Hi,
Please help to understand and debug the following behavior.
I have a XINT interrupt triggered by external GPIO.
During the debug session, I have a break point inside this interrupt.
I am generating the interrupt touching the associated GPIO pin with 3v wire.
Debugger stops on my breakpoints, but when clicking NEXT it stops on the same breakpoints again. Only when clicking next second time the flow continues to its normal behavior.
Can this be related to the bouncing during my wire touch?
I am using the following input Qualification parameters:
GpioCtrlRegs.GPAQSEL1.bit.GPIO0 = 1; - changing it to 2 did not help
GpioCtrlRegs.GPACTRL.bit.QUALPRD0 = 0xFF;
Other idea?
I need no ensure that this interrupt is visited only once after it is triggered
Thanks