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, 10 months ago.
USBDevice compilation errors for ST NUCLEO F446RE
Hi I'd like to try out the NUCLEO-F446RE board but the compiler issues errors for the USBDevice library (which is up-to-date). I have a clean compile on the LPC1768. Please see the screenshot. I'm assigning PA_8, PA_9 and PA_10 as digital outputs, PA_11 and PA_12 are unused. I'd appreciate any help. Thanks. Chris
2 Answers
7 years, 10 months ago.
That out of range error is fine and can be ignored. For the other one, make sure both libraries are latest version (right mouse button, update). I assume that will fix it, but if it does not you will need to downgrade the mbed library till a version which does work. (Or fix this yourself).
7 years, 10 months ago.
This issue have been there for a while: https://developer.mbed.org/questions/73701/Working-USB-example/
There is not fix for it yet. I am also trying to fix it.