ADUC7128BSTZ126-RL Analog Devices Inc, ADUC7128BSTZ126-RL Datasheet - Page 37

IC DAS MCU ARM7 ADC/DDS 64-LQFP

ADUC7128BSTZ126-RL

Manufacturer Part Number
ADUC7128BSTZ126-RL
Description
IC DAS MCU ARM7 ADC/DDS 64-LQFP
Manufacturer
Analog Devices Inc
Series
MicroConverter® ADuC7xxxr
Datasheet

Specifications of ADUC7128BSTZ126-RL

Core Size
16/32-Bit
Program Memory Size
126KB (126K x 8)
Core Processor
ARM7
Speed
41.78MHz
Connectivity
I²C, SPI, UART/USART
Peripherals
PLA, POR, PWM, PSM, Temp Sensor, WDT
Number Of I /o
28
Program Memory Type
FLASH
Ram Size
8K x 8
Voltage - Supply (vcc/vdd)
3 V ~ 3.6 V
Data Converters
A/D 10x12b; D/A 1x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 125°C
Package / Case
64-LQFP
Controller Family/series
(ARM7) ADUC
No. Of I/o's
40
Cpu Speed
41.78MHz
No. Of Timers
5
Digital Ic Case Style
LQFP
Embedded Interface Type
I2C, SPI, UART
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
EVAL-ADUC7128QSPZ - KIT DEV FOR ADUC7128
Eeprom Size
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
Other names
ADUC7128BSTZ126-RLTR

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ADUC7128BSTZ126-RL
Manufacturer:
Analog Devices Inc
Quantity:
10 000
For ac applications, removing high frequency components from
the analog input signal is recommended through the use of an
RC low-pass filter on the relevant analog input pins. In applications
where harmonic distortion and signal-to-noise ratio are critical,
the analog input should be driven from a low impedance source.
Large source impedances significantly affect the ac performance
of the ADC and can necessitate the use of an input buffer amplifier.
The choice of the op amp is a function of the particular application.
Figure 42 and Figure 43 give an example of an ADC front end.
When no amplifier is used to drive the analog input, the source
impedance should be limited to values lower than 1 kΩ. The
maximum source impedance depends on the amount of total
harmonic distortion (THD) that can be tolerated. The THD
increases as the source impedance increases and the
performance degrades.
DRIVING THE ANALOG INPUTS
Internal or external reference can be used for the ADC. In
differential mode of operation, there are restrictions on the
common-mode input signal (V
reference value and supply voltage used to ensure that the signal
remains within the supply rails.
V
CM
minimum and V
Conversion Phase: Switches Open, Track Phase: Switches Closed
Figure 42. Buffering Single-Ended/Pseudo Differential Input
V
REF
Figure 41. Equivalent Analog Input Circuit
Figure 43. Buffering Differential Inputs
C1
C1
CM
AV
AV
maximum values.
DD
DD
10Ω
D
D
D
D
0.01µF
CM
Table 39
) that are dependent on
R1 C2
R1 C2
ADuC7128
ADC0
ADC1
ADuC7128
ADC0
gives some calculated
Rev. 0 | Page 37 of 92
Table 39. V
AV
3.3 V
3.0 V
TEMPERATURE SENSOR
The ADuC7128/ADuC7129 provide a voltage output from an
on-chip band gap reference proportional to absolute temperature.
The voltage output can also be routed through the front end
ADC multiplexer (effectively an additional ADC channel
input), facilitating an internal temperature sensor channel,
measuring die temperature to an accuracy of ±3°C.
The following is a code example of how to configure the ADC
for use with the temperature sensor:
int main(void)
{
float a = 0;
short b;
ADCCON = 0x20;
delay(2000);
ADCCP = 0x10; // Select Temperature Sensor as
REFCON = 0x01;// connect internal 2.5V
ADCCON = 0xE4;// continuous conversion
the formula:
Voltage) / 1.3)
printf("Temperature: %d oC\n",b);
}
DD
a = 0x525 - b;
while(1)
{
while (!ADCSTA){};
b = (ADCDAT >> 16);
// To calculate temperature in °C, use
// ((Temperature = 0x525 - Sensor
a /= 1.3;
b = floor(a);
}
return 0;
V
2.5 V
2.048 V
1.25 V
2.5 V
2.048 V
1.25 V
REF
CM
Ranges
V
1.25 V
1.024 V
0.75 V
1.25 V
1.024 V
0.75 V
// an input to the ADC
// reference to Vref pin
CM
Min
V
2.05 V
2.276 V
2.55 V
1.75 V
1.976 V
2.25 V
ADuC7128/ADuC7129
CM
// power-on the ADC
Max
Signal Peak-to-Peak
2.5 V
2.048 V
1.25 V
2.5 V
2.048 V
1.25 V

Related parts for ADUC7128BSTZ126-RL