This project is a demonstration of the priority inversion problem and how FreeRTOS mutex automatically solves it using priority inheritance. The code creates three tasks with different priorities ...
-Thread1 : Prints messages counting from 1 to 10 ("Thread1 : This is message number x") Blinks the green LED each 200ms -Thread2 : Prints messages counting from 1 to 10 ("Thread2 : This is message ...