how to Create the the Task in RTOS and How to set the Deadline to the Task?
1)how to Create the the Task in RTOS and How to set the Deadline to the Task and Priority of the Task
2)how to Write ISR in RTOS and it's step wise Procedure to write it
3) what is mean by Software Timer
3)how to write IPC like Shared memory And Message Queue in the RTOS
4) which APIs are used in Interrupt
4) how to send data using message Queue or Shared Memory
5)how to clear data in the message Queue
6)what is meaning by Task Notification and Task Queue and
2 Replies
Hi @Prem Thengil Here's a tutorial series that answers most of your questions. The series starts with basics like
what is a task
, creating task
to topics like a Direct to Task Notification
,Queues
and Mutex
etc. https://sites.google.com/view/snomanningenior/home/freertos-tutorialSnømann Ingeniør - FreeRTOS Tutorial
Setting up FreeRTOS on Eclipse based IDE
Okay sir, I'll go through it , Thank you for sharing it đź‘Ť