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.

F28069 Timer interrupt

Customer is having issues with a timer interrupt when using the TI RTOS. His description:

I need to run an interrupt at 200kHz (5us) for control, so the 10us latency inherent in the BIOS for interrupts simply won't work.  I've taken the interrupt out of the RTOS with Hwi_plug, and the latency seems to be better, but the jitter is now up at about 1us.  In bare metal, the jitter is a fraction of that.


The conclusion that I've come to is that the timer2 interrupt that the RTOS uses is pre-empting my timer0 interrupt, and the timer1 interrupt seems to be locked out. Even if it wasn't, I need to be able to use lower priority PIE level interrupts like PWM and ADC.

Is there any way to set the priority of hardware interrupts in the F28069?