This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problems using interrupts of the same PIE group in f28027 PICCOLO microcontroller

Hi, I'm using 2 interrupts on the same PIE group (ADC1  INT 1.1 and  XINT1 INT 1.4). I'm using SoC with a frequency of 8KHz and an extern input wich notifies an event. In this way, after a variable time, the INT1.1 doesn't work (ADCINTFLG.ADCINT1 remains setted), but if I change ADC INT1.1 with ADC INT 10.1 it works but after a variable time XINT1 INT 1.4 doesn't work! Anyone may help me?