Yes, it will auto-powerdown between bursts. [Erratum ADC65 applies only within bursts, and so doesn't really matter when you use ADC12_B_MULTIPLESAMPLESENABLE.] If you want to be very sure, you could call ADC12_B_disableConversions() within your ADC completion ISR, which will set ADC12ENC=0. Your later ADC12_B_startConversion() will set ADC12ENC=1 for you.
↧