Hi,
How to set interrupt priority level for MC9S08PA?
Example for ADC ISR and MTIM0 ISR.
Thank you very much!
Jason
Solved! Go to Solution.
Hi you need to set the
IPCE bit and for the ADC set the interrupt level at IPC_ILRS5 (you need to set the bit 4 and 5 for the adc)
Regarding to MTIM0 can you confirm the vector that you wants to use?
Regards
Hi you need to set the
IPCE bit and for the ADC set the interrupt level at IPC_ILRS5 (you need to set the bit 4 and 5 for the adc)
Regarding to MTIM0 can you confirm the vector that you wants to use?
Regards
Thank you very much!