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.

Jitter in PWM HWI due to TI/BIOS timer interrupt.

Other Parts Discussed in Thread: TMS320F28377S

Hi.

I'm using TI/BIOS 2.16.1.14, XDCtools v3.32.0.06_core on a TMS320F28377S.

I see a PWM HWI jitter of ~5us like described in this thread: https://e2e.ti.com/support/embedded/tirtos/f/355/p/493492/2023327#2023327

Now I know that the TI/BIOS timer interrupt causes this jitter, and it disappears if I disable the interrupt with "BIOS.clockEnabled = false;. But this is no option for my project. So, how else can I reduce the jitter?

Can I configure the TI/BIOS timer HWI that way it can be preemted by the PWM HWI?

Thank you

BR

Christian