Skip to main content
Visitor II
December 31, 2020
Question

RTOS is not working in STM32F072.

  • December 31, 2020
  • 1 reply
  • 735 views

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.

    This topic has been closed for replies.

    1 reply

    Graduate II
    December 31, 2020

    Show your threads code