FreeRTOS for stm3210C-Eval

m20c wrote on Monday, March 31, 2014:

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.

edwards3 wrote on Monday, March 31, 2014:

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.

m20c wrote on Thursday, April 10, 2014:

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