2016-11-17 03:57 AM
Hello,
The STM32cubeMX code generator labels as FreeRTOS the RTOS functionalities, but the code generated looks compliant to the CMSIS-RTOS API. The directory Middlewares\Third_Party\FreeRTOS\Source contains the sources for FreeRTOS and what looks to be a cmsis-rtos wrapper to freertos. I have some questions: - is it possible to generate code for freertos and use only the freertos API? - alternatively, where is the documentation to this version of cmsis-rtos? #!freertos #!cubemx-!code-generation2016-11-17 07:33 AM
Hi adriano_melis,
As an answer to all your questions , refer to the User manualhttp://www.masters.com.pl/szkolenia/zasob/plik/720267774rtos.pdf
''Developing Applications on STM32Cube with RTOS'', where CMSIS-RTOS and RTOS application are documented.For RTOS configuration on STM32CubeMX tools , you would refer to the part ''4.12.6 FreeRTOS middleware configuration view'' in the User manual '' STM32CubeMX for STM32 configurationand initialization C code generation ''-Hannibal-