Am using MPC5604S controller and Code Warrior IDE.
Can you provide an ADC sample code using interrupt.
I have just shared example code showing also ADC watchdog functionality:
Example MPC5604B ADC-Pot-ADCWatchDog-INTC-printf CW210
If you are interest in interrupt, pay attention mainly to interrupt init in main function and ADC0_EOC_isr routine.
ok. I will try with this.. Thanks in advance.
I have just shared example code showing also ADC watchdog functionality:
Example MPC5604B ADC-Pot-ADCWatchDog-INTC-printf CW210
If you are interest in interrupt, pay attention mainly to interrupt init in main function and ADC0_EOC_isr routine.