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.
7 years, 7 months ago.
Nucleo F103 USB
Nucleo F103 has a USB device. I compiled a simple test program using the USBDevice library. There is no compilation error however the USB is not recognised by PC.
1 Answer
7 years, 7 months ago.
Hello John,
Try to add a new mbed_app.json file to your project with the content as below and then compile.
mbed_app.json
{
"target_overrides": {
"NUCLEO_F103RB": {
"target.clock_source_usb": "1"
}
}
}