ADUC7033BCPZ-8L Analog Devices Inc, ADUC7033BCPZ-8L Datasheet - Page 120

no-image

ADUC7033BCPZ-8L

Manufacturer Part Number
ADUC7033BCPZ-8L
Description
IC MCU FLASH 96K ANLG I/O 48LFCS
Manufacturer
Analog Devices Inc
Type
Battery Managementr
Datasheets

Specifications of ADUC7033BCPZ-8L

Input Type
Logic
Output Type
Logic
Interface
UART, SPI
Current - Supply
20mA
Mounting Type
Surface Mount
Package / Case
48-LFCSP
For Use With
EVAL-ADUC7033QSPZ - EVAL DEV QUICK START ADUC7033
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
ADuC7033
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)
{}
// Timer4 Reload Value
// Enable T4, selecting core clock in periodic mode
// STICON start write sequence
// Enable and transmit 5 bytes
// STICON complete write
// 5 bytes for
// Transmission
// Wait for transmission to complete
// STICON start write sequence
// Enable and transmit 2 bytes
// STICON complete write
// 2 bytes for transmission
// Wait for transmission to complete
Rev. B | Page 120 of 140

Related parts for ADUC7033BCPZ-8L