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.
8 years, 8 months ago.
How to build for STM32F401RC
Hi,
How can I build Blinky example project for STM32F401RC? I exported for Nucleo 401RE, but flash sizes are different. I tried to configure but it I am new to STM32 and mbed. It doesn't work on my custom board.
1 Answer
8 years, 8 months ago.
Hi,
Try to use this Nucleo_blink_led example, click on "Import this program" box on the right side of the screen to import it: https://developer.mbed.org/teams/ST/code/Nucleo_blink_led/?platform=ST-Nucleo-F401RE
You can also look at this discussion about different RAM size for STM32F401RE, it may help you : https://developer.mbed.org/questions/7432/Programing-a-STM32F401RB-with-ST-Nucleo-/
Regards