Just a noob question.
I am trying to combine both ADCINT2 and CPU1 interrupt in my program .Both interrupts are re-mapped to ISR functions. I initialize the ADC module and CPU timer by // SysCtrlRegs.PCLKCR0.bit.ADCENCLK = 1// and //SysCtrlRegs.PCLKCR3.bit.CPUTIMER1ENCLK=1;// However it doesnot seem to be compatible. As an outcome only one interrupt is realized. Am I somewhere wrong?