C2802x/C2803x/C2805x/C2806x/F28M3x/F2807x/F2837xD/F2837xS/F2838x/F28004x/F28002x/F28003x ADC
Configure ADC to sample analog pins and output digital data
Library
Embedded Coder® Support Package for Texas Instruments™ C2000™ Processors/ C2802x
Embedded Coder Support Package for Texas Instruments C2000 Processors/ C2803x
Embedded Coder Support Package for Texas Instruments C2000 Processors/ C2805x
Embedded Coder Support Package for Texas Instruments C2000 Processors/ C2806x
Embedded Coder Support Package for Texas Instruments C2000 Processors/ F2807x
Embedded Coder Support Package for Texas Instruments C2000 Processors/ F2837xD
Embedded Coder Support Package for Texas Instruments C2000 Processors/ F2837xS
Embedded Coder Support Package for Texas Instruments C2000 Processors/ F2838x/ C28x
Embedded Coder Support Package for Texas Instruments C2000 Processors/ F28004x
Embedded Coder Support Package for Texas Instruments C2000 Processors/ F28002x
Embedded Coder Support Package for Texas Instruments C2000 Processors/ F28003x
Embedded Coder Support Package for Texas Instruments C2000 Processors / F28M35x/ C28x
Embedded Coder Support Package for Texas Instruments C2000 Processors / F28M36x/ C28x
Description
Configures the Type 3 to Type 5 ADC to output a constant stream of data collected from the ADC pins on the DSP. For more information on ADC types, refer to C2000 Real-Time Control Peripheral Reference Guide.
An ADC block allows for reading one ADC channel. Use multiple ADC blocks to read multiple ADC channels.
Parameters
- ADC Module
Select ADC Module 1 or ADC Module 2 for conversion.
Select ADC Module A through D for the processors that support Type 4 ADC.
Note
The ADC Module parameter is available only for Texas Instruments C2000 processors that support Type 3, Type 4, or Type 5 ADC.
- ADC Resolution
Select 12-bit (Single-ended input) or 16-bit (Differential inputs) ADC resolution options.
In 12-bit mode, only single-ended input is supported. In 16-bit mode, the input voltage to the converter is sampled through a pair of input pins, that means the differential inputs between the two channels is converted.
This parameter supported only for Texas Instruments C2000 F2837xD, Texas Instruments C2000 F2838x and Texas Instruments C2000 F2837xS processors.
Note
The 16-bit (Differential inputs) ADC mode is not enabled by default in most of the processors.
- Sampling mode
Select Single sample mode to sample signals sequentially. Select Simultaneous sample mode to sample pairs of signals. The hardware allows each signal of a pair to be sampled at the same time.
- SOC trigger number
Identify the start-of-conversion trigger by number. In single sampling mode, you can select an individual trigger. In simultaneous sampling mode, you can select triggers in pairs.
- SOCx acquisition window
Define the length of the acquisition period in ADC clock cycles. The value of this parameter depends on the SYSCLK and the minimum ADC sample time. The value of SOC acquisition window is subtracted by 1 and set to ACQPS field in ADC register. For more information, see the ADC Acquisition (Sample and Hold) Window section of the TMS320x2802x, 2803x Piccolo Analog-to-Digital Converter (ADC) and Comparator Reference Guide.
- SOCx trigger source
Select the source that triggers the start of conversion. The following types of inputs are available:
Software
CPU Timers 0/1/2 interrupts
XINT2 SOC
ePWMx SOCA and SOCB
If you set SOCx trigger source to
XINT2_XINT2SOC
, use the Input5 pin assignment parameter at Hardware Implementation > Target hardware resources to define the external GPIO pin that triggers the start of conversion.Note
The SOCx trigger source input ePWMx SOCA and SOCB range will vary according the processor selected.
- ADCINT will trigger SOCx
At the end of conversion, use the
ADCINT1
orADCINT2
interrupt to trigger a start of conversion (SOC). This loop creates a continuous sequence of conversions. The default selection,No ADCINT
disables this parameter. To set the interrupt, select the Post interrupt at EOC trigger option, and choose the appropriate interrupt.- Sample time
Specify the time interval between samples. To inherit sample time from the upstream block, set this parameter to -1.
- Data type
Select the data type of the digital output data. You can choose from the options
double
,single
,int8
,uint8
,int16
,uint16
,int32
, anduint32
.- Post interrupt at EOC trigger
Post interrupts when the ADC triggers EOC pulses. When you select this option, the dialog box displays the Interrupt selection and ADCINT# continuous mode options.
Note
For new processors, the Interrupt selection provides option ADCA#,ADCB# and so on.
- Interrupt selection
Select which interrupt the ADC posts after triggering an EOC pulse.
- ADCINT1 continuous mode, ADCINT2 continuous mode
When the ADC generates an end of conversion (EOC) signal, generate an ADCINT# interrupt, whether the previous interrupt flag has been acknowledged or not.
- Input Channels – Conversion channel
Select the input channel to which this ADC conversion applies. For Type 4 ADC, if you select 16-bit (differential inputs) mode, the differential voltage between the two channels is converted.
References
TMS320x2802x, 2803x Piccolo Analog-to-Digital Converter (ADC) and Comparator, Literature Number: SPRUGE5, from the Texas Instruments Web site.