Video is 2 years old and still helping the maker community. I have searched for hours on task examples and yours was exactly what I needed. The suspend and resumed gave me the “one shot” trigger option I needed.
@simplyexplained Жыл бұрын
Glad I could help!
@balachandarjeyalatha8689 ай бұрын
Best lecture on free rtos please continue the series of free rtos.Thanks for making 🎉
@marcynarcy3 ай бұрын
This guy is a legend, its explained very well
@ultrameganoob6979 Жыл бұрын
I can't thank this guy enough!
@axramar19925 ай бұрын
Very Good tutorial💫
@mr.moonlight30002 жыл бұрын
This was very Helpful Sir. THANKS A LOT for this Explanation
@edwintjoa60993 жыл бұрын
Thanks for the video. May I suggest to use count1 == 3 instead of count1 > 3 as it might give weird results after the task 1 is resumed.
@je95032 жыл бұрын
Thank you so much! This probably saved me a few hours :D
@eamonhannon11033 жыл бұрын
Good . Very clear presentation
@handlewithoutsuitcase Жыл бұрын
Thanks for this lesson! I just missed one thing - who is managing the value of task1_handle? You provided the pointer to the handle to the Scheduler - does that mean he does change it’s value according to the current Scheduler’s settings?
@gabrielpimentelgomes31953 жыл бұрын
Very well explained.
@MaxKlax2 жыл бұрын
When I resume the first task - it spools about 20 messages in a row with no delays at all. When I'm deleting first task from main loop - I'm getting kernel panic. So be really careful with those tasks and handlers
@portillajoe2 жыл бұрын
Where can I learn more about freertos with arduino? any book you would recommend?
@amrtcpp62035 ай бұрын
thanks
@TamPham-oj4os3 жыл бұрын
Create new task and delete it when not in use or suspend and resume when I need it. Which one is the best choice ?? Thanks
@ismailsapmaz3812 жыл бұрын
thank you sir
@surflaweb3 жыл бұрын
Thanks bro.
@uyennguyenngocphuong28263 жыл бұрын
so useful
@Roudter Жыл бұрын
Really good, helpful and direct. Just great. Thanks!
@madcow3417 Жыл бұрын
Shouldn't vTaskSuspendAll suspend the task that called it (superImportantTask), or is there an automatic exemption for the calling task?
@MPElectronique3 жыл бұрын
VERY GOOD THANKS!!! :))
@kayakMike10002 жыл бұрын
Yeah.... I dunno about this... Task handles to control other tasks... Why not just ask the operating system to stop the other task? Is that not a thing in freeRTOZ...?
@redmundperrz7234 Жыл бұрын
Can RTOS run on 8bit MCU?
@ahmadsadiq402 жыл бұрын
Hello sir . I got many errros in vs code when i build the code. Freertos erros many time. Can you please help me to solve it?