This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280049C: Scheduling with zero latency interrupts

Part Number: TMS320F280049C


Hello,

I use Sys/Bios on a F280049C for an motor application. The ADC interrupt calls an ISR every 50us. Because of jitter I had to execute it as a zero latency interrupt. Now I want to create a second task which is executed synchronous to the ADC interrupt every 200us. But the jittering is not important and it could be managed by the kernel dispatcher. What is the best way to do this?