How to use [osKernel Suspend] in CMSIS ver 2.0 FreeRTOS
When using CMSIS ver2, I enter ASSERT and the task stops working.If you check vTaskDelay () in task.c, it seems that configASSERT (uxSchedulerSuspended == 0); is responding to ASSERT.First, will uxSchedulerSuspended not enter ASSERT by setting it to ...