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.