#freertos
Read more stories on Hashnode
Articles with this tag
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...
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...