Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 7 months ago.
NUCLEO-F072RB USB
The controller on the board "STM32F072RBT6 " has a USB device. I didn't find a sample code or a library to use USB on NUCLEO-F072RB. Is it available? Can anyone help using USB device on board?
1 Answer
6 years, 7 months ago.
If you look at mbed-os source, under features/unsupported there is a USB Device library in there. Technically not supported, but I have had the USBSerial class working on an ST board. You may have some luck. Be sure to remove any files you don't need from that folder.
https://github.com/ARMmbed/mbed-os/tree/master/features/unsupported/USBDevice