SLAZ472Z May   2014  – August 2021 MSP430FR5968

 

  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
    21.     31
    22.     32
    23.     33
    24.     34
    25.     35
    26.     36
    27.     37
    28.     38
    29.     39
    30.     40
    31.     41
    32.     42
    33.     43
    34.     44
    35.     45
    36.     46
    37.     47
    38.     48
    39.     49
    40.     50
    41.     51
    42.     52
    43.     53
    44.     54
    45.     55
    46.     56
    47.     57
  7.   58

ADC41

ADC Module

Category

Functional

Function

ADC conversion only triggers when sourced from TA0 and TA3 in LPM3/LPM4

Description

If the ADC clock is sourced from ADC12OSC (ADC12CTL1.ADC12SSELx = ADC12OSC), the reference module is not used (REFCTL0.REFON = 0), and the device is in LPM3/LPM4 mode, ADC conversion cannot be triggered when using Timer TB0, TA1 and TA2 (ADC12CTL1.ADC12SHSx).

Workaround

1. Use Timer TA0 or TA3 to trigger ADC conversion in LPM3/LPM4 mode

OR

2. Configure ADC clock to be sourced from ACLK (ADC12CTL1.ADC12SSELx = ACLK).

OR

3. Use Active/LPM0/LPM1/LPM2 mode

OR

4. Use the internal voltage reference (REFCTL0.REFON = 1)