Enthernet Code
DIIDevHeads IoT Integration Server
•Created by Boss lady on 5/30/2024 in #middleware-and-os
How can I implement priority inheritance or ceiling protocol in my FreeRtos app?
Start by identifying the tasks that are susceptible to priority inversion. These tasks should include the higher-priority task HPT, the lower-priority task LPT, and the medium-priority task MPT. Priority inversion occurs when LPT ties up a resource needed by HPT, preventing HPT from running
6 replies