ADUC7036BCPZ-RL Analog Devices Inc, ADUC7036BCPZ-RL Datasheet - Page 115

Flash 96k ARM7 Dual 16-Bit ADC LIN I.C.

ADUC7036BCPZ-RL

Manufacturer Part Number
ADUC7036BCPZ-RL
Description
Flash 96k ARM7 Dual 16-Bit ADC LIN I.C.
Manufacturer
Analog Devices Inc
Series
MicroConverter® ADuC7xxxr
Datasheet

Specifications of ADUC7036BCPZ-RL

Core Processor
ARM7
Core Size
16/32-Bit
Speed
20.48MHz
Connectivity
LIN, SPI, UART/USART
Peripherals
PSM, Temp Sensor, WDT
Number Of I /o
9
Program Memory Size
96KB (96K x 8)
Program Memory Type
FLASH
Ram Size
6K x 8
Voltage - Supply (vcc/vdd)
3.5 V ~ 18 V
Data Converters
A/D 2x16b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 115°C
Package / Case
48-LFCSP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ADUC7036BCPZ-RL
Manufacturer:
ADI/亚德诺
Quantity:
20 000
Serial Test Interface Output Structure
The serial test interface is a high voltage output that incorporates
a low-side driver, short-circuit protection, and diagnostic pin
readback capability. The output driver circuit configuration is
shown in Figure 45.
Using the Serial Test Interface
Data begins transmission only when the STI port is configured
as follows:
Timer4 is configured with the correct load value to generate an
overflow at the required baud rate. If the STI port is being used
to transmit ADC conversion results, the baud rate must be suffi-
Example Code
An example code segment configuring the STI port to transmit five bytes and then to transmit two bytes follows:
T4LD = 267;
T4CON = 0xC0;
STIKEY0 = 07;
STICON = 0x11;
STIKEY1 = 0xb9;
STIDAT0 = 0xAABB;
STIDAT1 = 0xCCDD;
STIDAT2 = 0xFF;
while(STICON != 0x09)
{}
STIKEY0 = 07;
STICON = 0x05;
STIKEY1 = 0xb9;
STIDAT0 = 0xEEFF;
while(STICON != 0x09)
{}
Configure Timer4 for baud rate generation.
Correctly enable STICON using STIKEY0 and STIKEY1
for secure access.
Required bytes to be transmitted are written into
STIDAT0, STIDAT1, and STIDAT2.
GP2CON[24]
READBACK
TRANSMIT
HVMON[5]
STI PIN
STI
Figure 45. STI Output Structure
PROTECTION CONTROL
SHORT-CIRCUIT
HVCFG1[2]
REF1
// Timer4 reload value
// Enable T4, selecting core clock in periodic mode
// STICON start write sequence
// Enable and transmit five bytes
// STICON complete write
// Five bytes for
// transmission
// Wait for transmission to complete
// STICON start write sequence
// Enable and transmit two bytes
// STICON complete write
// Two bytes for transmission
// Wait for transmission to complete
STI
Rev. C | Page 115 of 132
cient to output each ADC result (16-bits) before the next ADC
conversion result is available.
For example, if the ADC is sampling at 1 kHz, the baud rate
must be sufficient to output 36 bits as follows: (3 × 8 bits (16-bit
ADC result and a checksum byte, for example)) + (3 × 1 start
bit) + (3 × 1 parity bit) + (3 × 2 stop bits) = 36 bits.
Therefore, the serial test interface must transmit data at greater
than 36 kbps. The closest standard baud rate is 38.4 kbps; as such,
the reload value written to the Timer4 load MMR (T4LD) is
0x0106 (267 decimal). This value is based on a prescaler of 1
and is calculated as follows, using a core clock of 10.24 MHz:
When the Timer4 load value is written and the timer itself is
configured and enabled using the T4CON MMR, the STI port
must be configured. This is accomplished by writing to the
STICON MMR in a specific sequence using the STIKEY0 and
STIKEY1 MMRs as described in the previous sections.
Finally, the STI port does not begin transmission until the required
number of transmit bytes are written into the STIDATx MMRs. As
soon as STI starts transmitting, the value in the STICON MMR
changes from the value initially written to this register. User code
can ensure that all data is transmitted by continuously polling
the STICON MMR until it reverts back to the value originally
written to it. To disable the serial interface, user code must write
a 0 to STICON[0].
T4LD
=
Core
Desired
Clock
Baud
Frequency
Rate
=
10
38
.
24
4 .
kbps
MHz
ADuC7036
=
267

Related parts for ADUC7036BCPZ-RL