FreeRTOS for stm3210C-Eval

Hello, I’m trying to implement FreeRTOS on an STM3210C-Eval using Eclipse and GCC for ARM, is there any implementation Demo of FreeRTOS for this Board using Eclipse and not a commercial Pro IDE ? Thanks for your help.

FreeRTOS for stm3210C-Eval

Lots of FreeRTOS demos use Eclipse and you can use the FreeRTOS Cortex GCC port, so building is easy enough, the harder part is configuring the connection between Eclipse and the hardware board. How are you planning on doing that? Most people would use OpenOCD but that still requires a JTAG pod. Olimex sell pods that are compatible with OpenOCD.

FreeRTOS for stm3210C-Eval

Thanks, Yes i’m actually using OpenOCD with an STLink Debugger