Difference between revisions of "7. Use of Semaphore"
(Created page with "category: RTOS Tutorials ~~~~ ---- ==Intro== ==Code== <html><script src="https://gist.github.com/Amritach/d1d3d2b6a7ef6b006a6b.js"></script></html> {{DISQUS}}") |
m |
||
(One intermediate revision by the same user not shown) | |||
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== | ||
+ | If you like to study more examples on semaphore usage, check this. | ||
+ | |||
<html><script src="https://gist.github.com/Amritach/d1d3d2b6a7ef6b006a6b.js"></script></html> | <html><script src="https://gist.github.com/Amritach/d1d3d2b6a7ef6b006a6b.js"></script></html> | ||
{{DISQUS}} | {{DISQUS}} |
Latest revision as of 17:02, 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
If you like to study more examples on semaphore usage, check this.