Texas Instruments Development Kit for TM4C129x,Tiva™ ARM® Cortex™ -M4 Microcontroller DK-TM4C129X DK-TM4C129X Datenbogen

Produktcode
DK-TM4C129X
Seite von 2182
Figure 18-11. Internal Temperature Sensor Characteristic
V
TSENS
V
TSENS
= 2.7 V – (TEMP+55)
75
2.5 V
1.633 V
0.833 V
Temp
85° C
-40° C
25° C
The temperature sensor reading can be sampled in a sample sequence by setting the
TSn
bit in
the ADCSSCTLn register. The sample and hold width should be configured for at least 16 ADC
clocks using the ADCSSTSHn register. The temperature reading from the temperature sensor can
also be given as a function of the ADC value. The following formula calculates temperature (TEMP
in ℃) based on the ADC reading (ADC
CODE
, given as an unsigned decimal number from 0 to 4095)
and the maximum ADC voltage range (VREFP - VREFN):
TEMP = 147.5 - ((75 * (VREFP - VREFN) × ADC
CODE
) / 4096)
18.3.7
Digital Comparator Unit
An ADC is commonly used to sample an external signal and to monitor its value to ensure that it
remains in a given range. To automate this monitoring procedure and reduce the amount of processor
overhead that is required, each module provides eight digital comparators.
Conversions from the ADC that are sent to the digital comparators are compared against the user
programmable limits in the ADC Digital Comparator Range (ADCDCCMPn) registers. The ADC
can be configured to generate an interrupt depending on whether the ADC is operating within the
low, mid or high-band region configured in the
ADCDCCMPn
bit fields. The digital comparators four
operational modes (Once, Always, Hysteresis Once, Hysteresis Always) can be additionally applied
to the interrupt configuration.
18.3.7.1
Output Functions
ADC conversions can either be stored in the ADC Sample Sequence FIFOs or compared using the
digital comparator resources as defined by the
SnDCOP
bits in the ADC Sample Sequence n
Operation (ADCSSOPn) register. These selected ADC conversions are used by their respective
digital comparator to monitor the external signal. Each comparator has two possible output functions:
processor interrupts and triggers.
Each function has its own state machine to track the monitored signal. Even though the interrupt
and trigger functions can be enabled individually or both at the same time, the same conversion
December 13, 2013
1216
Texas Instruments-Advance Information
Analog-to-Digital Converter (ADC)