Joseph Ogbonna
Joseph Ogbonna
DIIDevHeads IoT Integration Server
Created by Marvee Amasi on 4/1/2024 in #middleware-and-os
Please does anyone have any idea on scheduling algorithms on RTOS for automotive control systems ?
In automotive control systems, both Rate Monotonic Scheduling (RMS) and Earliest Deadline First (EDF) are commonly used. RMS is simpler but requires fixed task periods, while EDF is more flexible but can be more complex. The choice depends on the system's needs and characteristics.
4 replies