Amruta (talk) 16:56, 22 April 2015 (IST)


Intro

In this tutorial we will see how to use semaphore in FreeRTOS and also how priority inversion occurs. You can know details of semaphore and related APIs here.

Code

If you like to study more examples on semaphore usage, check this.