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, 1 month ago.
Problem with running program on F334R8
HELP!! I have loaded the library into my compiler with my target selected as the Nucleo_F334R8. When trying to compile it gives the "CMSIS Target not regognised...." with 35 errors
Does this mean that the library will not work for my Nucleo, because updating the library does not resolve the problem!
Question relating to:
2 Answers
8 years, 10 months ago.
Hi! I had the same problem. Online compiler worked for me just updating mbed libs. But for eclipse things got a little bit trickier. I couldn't find a recent version of the mbed_NucleoF411RE project, so I had to add empty bodies to all virtual functions defined in mbed libs to make it compile and work. If anybody knows where to find an updated version of this project, please share a link. Cheers!