Difference between revisions of "3. Use of vTaskDelete()"
(Created page with "category: RTOS Tutorials ~~~~ ---- ==Intro== ==Code== <html><script src="https://gist.github.com/Amritach/3cc9ca2a69a99d815890.js"></script></html> {{DISQUS}}") |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
---- | ---- | ||
==Intro== | ==Intro== | ||
+ | vTaskDelete() API removes the task from the RTOS real time kernels management. | ||
+ | In this tutorial we will see how to use it and also its effect on task scheduling. | ||
+ | You can go through the details of vTaskDelete() and basics of task [[RTOS Basics : TASK|here]]. | ||
==Code== | ==Code== | ||
<html><script src="https://gist.github.com/Amritach/3cc9ca2a69a99d815890.js"></script></html> | <html><script src="https://gist.github.com/Amritach/3cc9ca2a69a99d815890.js"></script></html> | ||
+ | |||
+ | ==Output== | ||
+ | ====Waveform==== | ||
+ | |||
+ | [[File:RTOS 02 logic anaylzer.png|x350px|center|framed|Waveform]] | ||
+ | |||
+ | |||
+ | |||
{{DISQUS}} | {{DISQUS}} |
Latest revision as of 11:46, 27 May 2015
Amruta (talk) 18:55, 14 April 2015 (IST)
Contents
Intro
vTaskDelete() API removes the task from the RTOS real time kernels management. In this tutorial we will see how to use it and also its effect on task scheduling. You can go through the details of vTaskDelete() and basics of task here.
Code
Output
Waveform