Question
STM32CubeMX, FreeRTOS and Signals
Posted on September 10, 2014 at 16:50
I use CubeMX to add FreeRTOS to my project, currently running on a 429 discovery board. Cube adds FreeRTOS and a CMSIS-RTOS wrapper.
I'd like the use the FreeRTOS Event Groups or the CMSIS-RTOS Signals but Event Groups don't appear to be included and Signals remain unimplemented in cmsis_os.cAm I missing something or are these features just not there? #stm32cubemx #freertos