2017-11-16 07:34 PM - edited 2023-11-20 09:35 AM
If the kernel need to switch task in the SystemTick(PIT0)ISR, this should be to trigger a SystemCall.
STM32 PORT:
the vTaskSwitchContext function only made some judgments, to modify pxCurrentTCB, and did not do the task switch.
Yvin.Erwan.001
‌nullSolved! Go to Solution.
2017-11-16 07:39 PM
I modified the code:
But I found that there is no task will not switch
2017-11-16 07:39 PM
I modified the code:
But I found that there is no task will not switch
2017-11-17 12:26 AM
Hello Guo ,
I am submitting an ER on FreeRTOS components part.
Thank you for sharing your findings ;)
Best Regards
Erwan