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.
9 years, 7 months ago.
need USB example for nucleoF103
hello, why is most of the example code available can be used only for LPC series, for example USB. how to change code to make USB code work on nucleoF103 board
thank you
1 Answer
9 years, 7 months ago.
Hi Kumarseh,
At this time, the Nucleo-F103RB isn't officially supported by the USBDevice library. The USB connector for the USB device isn't populated on the board, but the pins that support this functionality are broken out. See this question for my details: http://developer.mbed.org/questions/6440/Can-this-platform-used-as-a-USB-device/.
If you're interested in porting the USBDevice library to the NUCELO-F103RB, it looks like another user was interested in porting this as well. I would try asking Paolo here: http://developer.mbed.org/forum/repo-40565-USBDevice-community/topic/5418/
Hope that helps!
-Brian