Dear Champs,
My customer faced IPC communication was corrupted when ISR was executed.
e.g. My customer is trying to communicate with other cores through IPC while PWM interrupt was occurred at every 5us and there will be control operation in this ISR, but faced an issue in their IPC communication after this ISR like Data Overwrite, Delay and so on.
How customer can resolve this issue? Can they solve it by controlling priorities of IPC and PWM interrupt ISR? or should they use HWIP_disable() API?
If they can solve it by priority control, could you please provide some guide how they can control priority?
If they should use HWIP_disable() API, is there any method to make PWM interrupt ISR to be pending?
Thanks and Best Regards,
SI.