Hi there,
I need to trigger my ADC2 event group with ePWM_A2 event. However, when I look at the table on page 167 of the TRM, Control Option A and Control Option B have the same PINMMR163[8]. I have tried to set PINMMR163[8] = 0 and it did not work.
Can you please provide me some direction how to do the configuration here? Thank you!
Update:
I actually figured it out. The Control Option B should be PINMMR163[9] = 1.
However, I need to trigger another channel in ADC1 with ePWM_B event, which should be configured with PINMMR162[16] = 0 and PINMMR162[17] = 1. it seems there is some kind of iomm conflict between ADC2/ePWM_A2 and ADC1/ePWM_B. If I configure one of them alone, everything is fine. If I configure both, the system would crash shortly after boot.
Shuozhi