Part Number: TMS320F280039C
Hello,
I am designing a motor control project that will contain its control interrupt and a scheduler running in background. The two main requirements are the scheduler shall not be intrusive with the control interrupt (no interruts or nested interrust at least) and it should be efficient. I am worried the tasks already occupy too much computing time and adding the scheduler will add extra overhead that shall be as minimal as possible. Also, I would prefer to choose efficiency over functionality.
I would like to receive your suggestions and if possible link to some references on how should be the best way to implement that scheduler taking advantage of the microcontroller resources as much as posible.
Thank you in advance,
David