creating periodic and aperiodic tasks
Posted: Thu Jun 18, 2020 2:27 pm
Hello ,
I recently started working on ChibiOS. I can create a simple in ChibiOS . But now I wanted to create a periodic task which will activate at a certain period (500ms) then how can I do it in ChibiOS.
And one more thing I wanted to ask, about aperiodic task I wanted create a application where I have two Tasks ,one is periodic task activates at every 500ms and inside that I will check for a condition (lets say sensor input) if it is satisfies then I want to activate my a periodic tasks. Then how I can implement this application.
Can you please help me to design this application.
Thanks!!
Regards,
Varad Diwakar
I recently started working on ChibiOS. I can create a simple in ChibiOS . But now I wanted to create a periodic task which will activate at a certain period (500ms) then how can I do it in ChibiOS.
And one more thing I wanted to ask, about aperiodic task I wanted create a application where I have two Tasks ,one is periodic task activates at every 500ms and inside that I will check for a condition (lets say sensor input) if it is satisfies then I want to activate my a periodic tasks. Then how I can implement this application.
Can you please help me to design this application.
Thanks!!
Regards,
Varad Diwakar