5 years, 12 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

5 years, 12 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