2016-10-03 12:38 PM
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 #gcc2016-10-10 09:10 AM
Hi verma.rajiv.001,
Thanks for sharing your project. It should be helpful for other community users.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.