Articles in this series
RTOSGPOS Where to useTiming critical applications(i.e. airbag deployment after the crash, VxWorks, FreeRTOS)Desktop and server applications(i.e....
Pre-emptive Round robin Given the time slice, the scheduler will choose which task to run as planned. The fixed pattern will be repeated. Each task...
reference Stack pointer in cortex Mx process will point to either SP_process or SP_main. What are SP_process and SP_main? SP_process = PSP(Process...
In a real-time operating system (RTOS), typically, many tasks are created and run by a scheduler. The task state represents the various stages a task...
Last time, I talked about the RTOS task state. This time, I'd like to talk about one of the task controls, delay. There are three delay functions are...