Question
STM32F4 FreeRTOS CMSIS CubeMX Keil Example
Posted on May 22, 2014 at 16:59
Our application will use FreeRTOS for the OS. We are using the STM32F4-Discovery eval board in our alpha unit. The development environment is Keil MDK-ARM Professional/ uVision 5.
I need an example to understand how to use FreeRTOS with this processor with Keil MDK-ARM. I have used STM32CubeMX to generate code with FreeRTOS included, however, I need an example to understand where and how to put my tasks in the user areas. Are there any examples illustrating a simple 2 task FreeRTOS application? I get this up and running easily using Keil and RTX, but we must use FreeRTOS. #stm32f4-freertos #example-code