SLAZ715B January   2019  – August 2021 MSP430FR6043

 

  1.   1
  2.   2
  3.   3
  4.   4
  5.   5
    1.     6
    2.     7
      1.      8
    3.     9
  6.   10
    1.     11
    2.     12
    3.     13
    4.     14
    5.     15
    6.     16
    7.     17
    8.     18
    9.     19
    10.     20
    11.     21
    12.     22
    13.     23
    14.     24
    15.     25
    16.     26
    17.     27
    18.     28
    19.     29
    20.     30
  7.   31

ADC68

ADC Module

Category

Functional

Function

ADC may stop converting when the extended sample mode is selected

Description

The ADC may stop converting, if the extended sample mode is selected (ADC12CTL1.ADC12SHP = 0) and the interrupt flag will not be set.
The only way to recover the ADC conversion is to
1. Disable ADC12_B module (ADC12CTL0.ADC12ENC = 0 and ADC12CTL0.ADC12ON = 0)
2. Re-enable ADC12_B module (ADC12CTL0.ADC12ON = 1 and ADC12CTL0.ADC12ENC = 1)
3. Trigger the sample-and-hold source

Workaround

Use the pulse sample mode (ADC12CTL1.ADC12SHP = 1).