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 something other than 0?
Second, it seems to use osKernel Suspend to make uxSchedulerSuspended non-zero, but it's not implemented.
Is there a function that can be used as an alternative?
Lastly, I am sorry for the poor English because it is English using translation software.
If you like, please answer.
