How can I implement priority inheritance or ceiling protocol in my FreeRtos app?

@Middleware & OS
Hello guys how can I implement priority inheritance or ceiling protocol in my FreeRtos application to prevent priority inversion, I would really appreciate a guide through the entire process
Solution
priority inheritance offers good average case performance but still might trigger more often. Ceiling protocol gives a better worst case performance but can lead to little worse average case behavior tho.
Was this page helpful?