8 years, 5 months 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, 5 months ago.

Update your mbed lib, not the HD44780 lib.

Accepted Answer
8 years, 2 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!