(Created page with "category: RTOS Tutorials ~~~~ ---- ==Intro== ==Code== <html><script src="https://gist.github.com/Amritach/d1d3d2b6a7ef6b006a6b.js"></script></html> {{DISQUS}}")
 
m
Line 4: Line 4:
  
 
==Intro==
 
==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 [[RTOS Basics : Semaphore|here]].
  
 
==Code==
 
==Code==

Revision as of 17:00, 22 April 2015

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