Other Parts Discussed in Thread: MSP430F67791A
We are using MSP430F67791A microcontroller for our e-meter project.The design is very much similar to the development model provided by TI. It is a three phase electrical meter reading application.We have taken the corresponding reference software for the application from TI :
We are facing the below issue :
Continuous interrupt from the ADC channels 1,2,3 which are connected to the voltage source for each phase,We even tried commented all the code in the ISR and just cleared the interrupt and discarded the samples,But still Watch dog timer got expired and the application restarted(Disabling WDT also doesn't help).Any suggestion would be highly appreciated