Hi,
I know each GPIO/peripheral must be given access to one processor only. I was wondering if both of them could read GPIO values. What I'm investigating is if CPU 2 could supervise PWM duty cycle / pulses lenght generated by CPU 1. Sometimes, when phase shifting, compare is skipped and pulses become long... It would be such an awesome feature if F2837xD PWM module fixed this issue but I doubt it... So, I'm looking for ways to catch those events. I have some code doing it but sometimes the detection is done too late.
Thanks!