Saturday, November 22, 2014

Configuring COIDE for NUCLEO-F401RE

I managed to configure the free IDE from Coocox, COIDE, for programing my  ST NUCLEO-F401RE board with ARM-GCC.


The current version of COIDE (1.7.7) does not support the microcontroller of this board (STM32F401RE). However it support the STM32F401RC. The only difference between them is the amount of RAM and FLASH. Therefore, I created a project in COIDE for STM32F401RC and changed it for the STM32F401RE. I present here a description of what you have to do in order to configure the project correctly.