RTOS is not working in STM32F072.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-31 3:26 AM
I have created a project in STM32CubeIDE with UART and some GPIO's as Input and Output.
I have created 2 Tasks using FreeRTOS - CMSIS v1(osPriorityNormal, osPriorityBelowNormal) with different osDelay(osDelay(500);, osDelay(600);).
I have compiled and Flased to STM32F072CBT6 board. Both threads are working fine(Using UART printing some debug messages and blinking LEDs), after sometime board hangs, and nothing has transmitted over UART and LED also Stops blinking.
Labels:
- Labels:
-
STM32F0 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-12-31 7:00 AM
Show your threads code
