Part Number: MSP430F5659
Tool/software:
I came across the the way how ADC12_A_disableConversions() been implemented in TI's library (using v2.91.13.01)
See below pictures. It seems that 'else if' gets evoluted as TRUE always.
According to user manual, the 'else if ' should get evoluted as TRUE only if ADC12CONSEQx = 00 (e.g. single-channel, single-conversion). We may see WDT reboot because of this bug i our appliucation.
Thanks,
Pradeep Patolia