Search found 1 match
- Mon Apr 15, 2024 8:07 am
- Forum: STM32F4 based boards
- Topic: FreeRTOS library not working in stm32f407
- Replies: 1
- Views: 8202
FreeRTOS library not working in stm32f407
I have a problem when running FreeRTOS. I am using the STM32F407 VGT06 microcontroller to run FreeRTOS on the Arduino IDE, so I am using a library #include <STM32FreeRTOS.h>. The issue is, when I use the latest version of the library, the tasks in FreeRTOS do not run, but if I use an older version ...