How to use coocox with STM32F4 Discovery?

How to use coocox with STM32F4 Discovery?

If you want to use Coocox with STM32F4 Discovery, then select STM32F407VG device in IDE when you create new project, or STM32F401RE for Nucleo F401-RE board. You can also look at my step-by-step tutorial for Coocox on how to create new project, but only for STM32F407VF (STM32F4 Discovery) because STM32F429 is not supported yet in Coocox by default.

What is stm32cube and what does it do?

STM32Cube is the implementation of STMCube™ that covers the whole STM32 portfolio. STM32Cube includes STM32CubeMX, a graphical software configuration tool that allows the generation of C initialization code using graphical wizards.

Is the STM32 discovery board supported by coide?

The STM32 discovery boards include an embedded ST-LINK or ST-LINK/V2 which is supported by CoIDE for flashing and debugging. The real value add by CoIDE is point and click choice of MCU library modules for various peripherals, with hypertext library references and examples.

Which is the development platform for STM32 microcontrollers?

STM32CubeIDE is an advanced C/C++ development platform with peripheral configuration, code generation, code compilation, and debug features for STM32 microcontrollers and microprocessors. It is based on the ECLIPSE™/CDT framework and GCC toolchain for the development, and GDB for the debugging.

What do you need to know about coocox Discovery boards?

CoIDE is an Eclipse based integrated development enviroment supporting the standard GCC ARM tool set: compiler, assembler, linker, and debugger. The STM32 discovery boards include an embedded ST-LINK or ST-LINK/V2 which is supported by CoIDE for flashing and debugging.

How to make Hello World on STM32 discovery board?

Plug in USB cable from PC to ST-LINK on discovery board Creating your first project. 1. Click Create Project, name it hello 2. When prompted Chip or Board, choose Chip 3. Choose ST, and STM32F100RB. Click Finish 4. In the Repository window, click on Semihosting and GPIO.