Question
CMSIS-RTX with GCC on STM32F4 Discovery
Posted on October 03, 2016 at 21:38
I was successfully able to adapt CMSIS-RTX in a Discovery_F4 based project (MP3 Player) using Atollic TrueSTUDIO ARM v6.0.0 Lite version which is a
free professional quality toolchain based on GCC and Eclipse. The MP3 project was originally inspired by the works of Benjamin Vedder [http://vedder.se/2012/12/stm32f4-discovery-usb-host-and-mp3-player/] and Marco W. [http://www.mikrocontroller.net/topic/252319]. I was able to enhance and port their work to CMSIS-RTX environment based on Open Sensor Platform framework. Details and sources can be found at: https://github.com/vermar/open-sensor-platform/tree/CMSIS-RTX/embedded/projects/Discovery_F4_MP3 From my earlier search on GCC-CMSIS-RTX support, it looks like this maybe the first project that provides a reference for CMSIS-RTX with GCC working on an STM32 device. #stm32f4 #cmsis-rtx #gcc