Part Number:MSP430F2013
Tool/software: Code Composer Studio
The SD16ADC (e.g.g. in the MSP430F2013) is a sigma-delta-ADC. This type of ADC is preferably for continues work. So from my understanding, it makes sense to use it in continuous mode and, if it is not needed, just do deactivate the interrupt for this device ( SD16CCTL0 &= ~SD16IE; ) instead of stopping the conversion (SD16CCTL0 &= ~SD16SC; ). Am I right?
Best regards
Franz Peter Zantis