Am using MPC5604s controller. I have enabled ADC in interrupt mode and now its continuously going to ISR whithout executing other routines below. I have configured ADC interrupt as below
INTC.PSR[62].B.PRI = 1;
INTC.CPR.B.PRI=0;
Can you please guide me to configure ADC interrupt with low priority.