MPC5604S Interrupt

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5604S Interrupt

1,185 Views
akhilprasad
Contributor III

I am using MPC5604S controller. I have enabled some interrupts like ADC,watchdog,PIT etc.

How can I disable all the interrupts without disabling watchdog interrupt ? Watchdog interrupt should not get disabled when i disable the interrupts. Then after doing some specific task i need to re-enable all the interrupts. Can anyone share me a sample code ASAP. 

0 Kudos
Reply
1 Reply

1,055 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, it is needed to setup watchdog interrupt for higher priority then others and set CPR in order to mask only those interrupt resources you need to have disabled.

0 Kudos
Reply