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