Hello,
I'm working on a F28377D.
I started with the simple demonstration code IDDK_PM_Servo_F2837x to control a broshless motor.
All work correctly,
I add on this project the generic Slave Stack Code for EtherCAT and make some adaptation to compile on my target.
Since that, I have an expected ISR and I not find the source.
In fact, the ADCA1_ISR is called on F2837_D_DefautISR.c file, but this interrupt is masked.
So the "ESTOP0" instruction implemented in this default file make stop my debuger..
You can seen when I stopped in this function, the corresponding flag is not set (Ack ADN PIEIER1)!! but PIECTRL.PIEVECT is 0x0d41 then correspond to ADCA1 isr...
I don't find a way or solution to determine why I'm here.
Have you an Idea or a way which will help me to find my problem? some other registrer to see will help me to understand what append...?
Thank
