Other Parts Discussed in Thread: CONTROLSUITE
Hello
In my application i am using the six eCAP peripheral with the same configuration to capture PWM
Five works perfectly but eCAP 5 doesn't work.
Here is the problem :
I am using eCAP 5 by the GPBMUX2 on the pin 48 with these configurations
GpioCtrlRegs.GPBMUX2.bit.GPIO48 = 1;
GpioTripRegs.GPTRIP11SEL.bit.GPTRIP11SEL = 48;
the TSCTR counter well increment but the flag (ECFLG) and the CAP1 - 4 registers seems to be not working.
I precise that when i am using eCAP5 with GPAMUX1 on the pin 3 it works very well and some of my other working eCAP peripheral are on the MUX2 too
I guess that i have the problem because my GPIO48 is not linked to my eCAP5 peripheral.
Did i forgot some configuration register or something like that ?
Is there a specific configuration in the M3 core to select ? I use the setup_m3 example provide with the C28 example.
Thanks in advance for your help
Regards
Adrien