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 ...
This document explains the freertos_mutex example. It shows how mutex manage access to common resource (terminal output). The example application creates two identical instances of write_task. Each ...