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.
10 years ago.
Eclipse with a Nucleo_L152RE board
I bought 2 of these beautiful boards. I can compile a blink program perfectly with Atollic True Studio and mbed online. However as I normally work with Eclipse I prefer the same environment. I installed the gcc4mbed environment according to the instructions. Compiles fine, generates a Hex and Bin file. But..... no blink, I selected the NUCLEO-F401RE-device as my device. I thought this is the same board.
What am I doing wrong?
Regards Nico
1 Answer
10 years ago.
The F401 device is a different cortex core and the wrong library is linked to your project. You have to use the L152 setting.