UMSAE-Formula-Electric / SCU

Sensor Control Unit
0 stars 0 forks source link

Investigate Global DELAY Value #36

Closed Sedkian closed 4 months ago

Sedkian commented 12 months ago

This task includes doing the required research to answer the following questions: Do we need all the FreeRTOS tasks to happen at the same frequency? Why? If yes, is delaying each task the best way to do this? Or are there better scheduling ways? If yes, create a gloabl DELAY value to be used in all the tasks? If no, which tasks are more important and which are less important? How frequent do we want each task to happen?

Sedkian commented 4 months ago

Do we need all the FreeRTOS tasks to happen at the same frequency?

Why?

If yes, is delaying each task the best way to do this? Or are there better scheduling ways?

If yes, create a gloabl DELAY value to be used in all the tasks?

If no, which tasks are more important and which are less important? How frequent do we want each task to happen?