Resolved! FreeRTOS + UART Strange Behavior
Hi, I'm trying to practice FreeRTOS with my STM32F769I-Eval kit.I made two task with different priority and print global variable with semaphore.When I run my code, terminal print decreased value every time. I don't know why. Here is my code.int mai...