Dear TI Support Team
We are using TI-RTOS on a AM571x in our Product. On the C66 part of the processor we are running a controller in a HWI. The HWI is triggered by a EPWM. When we now toggle a GPIO inside the HWI and measure the entry time from the HWI against the PWM we can see a jitter up to 2us. After some investigation we found out that in the IPC part of the TI-RTOS HWI_disable() is called and sometimes blocks the HWI. I also found this post: https://e2e.ti.com/support/legacy_forums/embedded/tirtos/f/355/t/408949 which describes a similar issue.
My question is now if there is any way to prevent the IPC from disabling the HWI? (A very short period would be ok)
Is it possible to write our own ipc code and use it inside the RTOS?
Any other ideas how to resolve this issue?
We are using ipc version: 3.50.3.05 and TransportShmNotifySetup
Thanks a lot.
Kind regards
Marco