Resolved! FreeRTOS is not running task
Hello, I'm using FreeRTOS on STM32F746NG.I have created 4 task which run with the same priority. But when I run my code,Only StartDefaultTask running, others aren't.In debug mode, when I clicked Resume(F8), the pointer always jump to start of Start...