Timing for Real time system

Thread Starter

Sparsh45

Joined Dec 6, 2021
143
How do you figure out the timing of each task before writing code for a real time application program on an operating system freertos?

Does it need to know how many clock cycles each task takes before to write code for application ?
 

ahmaza

Joined Jul 10, 2021
14
How do you figure out the timing of each task before writing code for a real time application program on an operating system freertos?

Does it need to know how many clock cycles each task takes before to write code for application ?
You can estimate each task processing time and create dummy loop in each task
 
Top