Default Value
參數(shù)資料
型號(hào): ADUC7022BCPZ32-RL
廠商: Analog Devices Inc
文件頁數(shù): 73/104頁
文件大?。?/td> 0K
描述: IC MCU 12BIT 1MSPS UART 40-LFCSP
標(biāo)準(zhǔn)包裝: 2,500
系列: MicroConverter® ADuC7xxx
核心處理器: ARM7
芯體尺寸: 16/32-位
速度: 44MHz
連通性: EBI/EMI,I²C,SPI,UART/USART
外圍設(shè)備: PLA,PWM,PSM,溫度傳感器,WDT
輸入/輸出數(shù): 13
程序存儲(chǔ)器容量: 32KB(16K x 16)
程序存儲(chǔ)器類型: 閃存
RAM 容量: 1K x 32
電壓 - 電源 (Vcc/Vdd): 2.7 V ~ 3.6 V
數(shù)據(jù)轉(zhuǎn)換器: A/D 10x12b
振蕩器型: 內(nèi)部
工作溫度: -40°C ~ 125°C
封裝/外殼: 40-VFQFN 裸露焊盤,CSP
包裝: 帶卷 (TR)
ADuC7019/20/21/22/24/25/26/27/28/29
Data Sheet
Rev. F | Page 70 of 104
Table 85. GPxDAT Registers
Name
Address
Default Value1
Access
GP0DAT
0xFFFFF420
0x000000XX
R/W
GP1DAT
0xFFFFF430
0x000000XX
R/W
GP2DAT
0xFFFFF440
0x000000XX
R/W
GP3DAT
0xFFFFF450
0x000000XX
R/W
GP4DAT
0xFFFFF460
0x000000XX
R/W
1
X = 0, 1, 2, or 3.
GPxDAT are Port x configuration and data registers. They
configure the direction of the GPIO pins of Port x, set the
output value for the pins configured as output, and store the
input value of the pins configured as input.
Table 86. GPxDAT MMR Bit Descriptions
Bit
Description
31:24
Direction of the data. Set to 1 by user to configure
the GPIO pin as an output. Cleared to 0 by user to
configure the GPIO pin as an input.
23:16
Port x data output.
15:8
Reflect the state of Port x pins at reset (read only).
7:0
Port x data input (read only).
Table 87. GPxSET Registers
Name
Address
Default Value1
Access
GP0SET
0xFFFFF424
0x000000XX
W
GP1SET
0xFFFFF434
0x000000XX
W
GP2SET
0xFFFFF444
0x000000XX
W
GP3SET
0xFFFFF454
0x000000XX
W
GP4SET
0xFFFFF464
0x000000XX
W
1
X = 0, 1, 2, or 3.
GPxSET are data set Port x registers.
Table 88. GPxSET MMR Bit Descriptions
Bit
Description
31:24
Reserved.
23:16
Data Port x set bit. Set to 1 by user to set bit on Port x;
also sets the corresponding bit in the GPxDAT MMR.
Cleared to 0 by user; does not affect the data out.
15:0
Reserved.
Table 89. GPxCLR Registers
Name
Address
Default Value1
Access
GP0CLR
0xFFFFF428
0x000000XX
W
GP1CLR
0xFFFFF438
0x000000XX
W
GP2CLR
0xFFFFF448
0x000000XX
W
GP3CLR
0xFFFFF458
0x000000XX
W
GP4CLR
0xFFFFF468
0x000000XX
W
1
X = 0, 1, 2, or 3.
GPxCLR are data clear Port x registers.
Table 90. GPxCLR MMR Bit Descriptions
Bit
Description
31:24
Reserved.
23:16
Data Port x clear bit. Set to 1 by user to clear bit on
Port x; also clears the corresponding bit in the GPxDAT
MMR. Cleared to 0 by user; does not affect the data out.
15:0
Reserved.
SERIAL PORT MUX
The serial port mux multiplexes the serial port peripherals
(an SPI, UART, and two I2Cs) and the programmable logic array
(PLA) to a set of 10 GPIO pins. Each pin must be configured to
one of its specific I/O functions as described in Table 91.
Table 91. SPM Configuration
SPMMUX
GPIO
UART
UART/I2C/SPI
PLA
(00)
(01)
(10)
(11)
SPM0
P1.0
SIN
I2C0SCL
PLAI[0]
SPM1
P1.1
SOUT
I2C0SDA
PLAI[1]
SPM2
P1.2
RTS
I2C1SCL
PLAI[2]
SPM3
P1.3
CTS
I2C1SDA
PLAI[3]
SPM4
P1.4
RI
SCLK
PLAI[4]
SPM5
P1.5
DCD
MISO
PLAI[5]
SPM6
P1.6
DSR
MOSI
PLAI[6]
SPM7
P1.7
DTR
CS
PLAO[0]
SPM8
P0.7
ECLK/XCLK
SIN
PLAO[4]
SPM9
P2.0
CONV
SOUT
PLAO[5]
Table 91 also details the mode for each of the SPMMUX pins.
This configuration must be done via the GP0CON, GP1CON,
and GP2CON MMRs. By default, these 10 pins are configured
as GPIOs.
UART SERIAL INTERFACE
The UART peripheral is a full-duplex, universal, asynchronous
receiver/transmitter. It is fully compatible with the 16,450 serial
port standard. The UART performs serial-to-parallel conversions
on data characters received from a peripheral device or modem,
and parallel-to-serial conversions on data characters received
from the CPU. The UART includes a fractional divider for baud
rate generation and has a network addressable mode. The UART
function is made available on the 10 pins of the ADuC7019/20/
21/22/24/25/26/27/28/29 (see Table 92).
Table 92. UART Signal Description
Pin
Signal
Description
SPM0 (Mode 1)
SIN
Serial receive data.
SPM1 (Mode 1)
SOUT
Serial transmit data.
SPM2 (Mode 1)
RTS
Request to send.
SPM3 (Mode 1)
CTS
Clear to send.
SPM4 (Mode 1)
RI
Ring indicator.
SPM5 (Mode 1)
DCD
Data carrier detect.
SPM6 (Mode 1)
DSR
Data set ready.
SPM7 (Mode 1)
DTR
Data terminal ready.
SPM8 (Mode 2)
SIN
Serial receive data.
SPM9 (Mode 2)
SOUT
Serial transmit data.
相關(guān)PDF資料
PDF描述
AT90USB646-MUR MCU AVR 64K FLASH 16MHZ 64QFN
AT90USB646-AUR MCU AVR 64K FLASH 16MHZ 64TQFP
ADUC7023BCP6Z62IRL IC MCU 12BIT 62KB FLASH 40LFCSP
ADUC7023BCPZ62I-RL IC MCU 12BIT 62KB FLASH 32LFCSP
ATMEGA32L-8MUR MCU AVR 32K FLASH 8MHZ 44QFN
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
ADUC7022BCPZ32-RL7 制造商:Analog Devices 功能描述:MCU 16-bit/32-bit ADuC7xxx ARM7TDMI RISC 32KB Flash 3.3V 40-Pin LFCSP EP T/R
ADUC7022BCPZ62 功能描述:IC MCU FLSH 62K ANLG I/O 40LFCSP RoHS:是 類別:集成電路 (IC) >> 嵌入式 - 微控制器, 系列:MicroConverter® ADuC7xxx 標(biāo)準(zhǔn)包裝:250 系列:LPC11Uxx 核心處理器:ARM? Cortex?-M0 芯體尺寸:32-位 速度:50MHz 連通性:I²C,Microwire,SPI,SSI,SSP,UART/USART,USB 外圍設(shè)備:欠壓檢測(cè)/復(fù)位,POR,WDT 輸入/輸出數(shù):40 程序存儲(chǔ)器容量:96KB(96K x 8) 程序存儲(chǔ)器類型:閃存 EEPROM 大小:4K x 8 RAM 容量:10K x 8 電壓 - 電源 (Vcc/Vdd):1.8 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:A/D 8x10b 振蕩器型:內(nèi)部 工作溫度:-40°C ~ 85°C 封裝/外殼:48-LQFP 包裝:托盤 其它名稱:568-9587
ADUC7022BCPZ62-RL 制造商:Analog Devices 功能描述:MCU 16-Bit/32-Bit ADuC7xxx ARM7TDMI RISC 62KB Flash 3.3V 40-Pin LFCSP EP T/R
ADUC7022BCPZ62-RL7 功能描述:IC MSU 12BIT 1MSPS UART 40-LFCSP RoHS:是 類別:集成電路 (IC) >> 嵌入式 - 微控制器, 系列:MicroConverter® ADuC7xxx 標(biāo)準(zhǔn)包裝:38 系列:Encore!® XP® 核心處理器:eZ8 芯體尺寸:8-位 速度:5MHz 連通性:IrDA,UART/USART 外圍設(shè)備:欠壓檢測(cè)/復(fù)位,LED,POR,PWM,WDT 輸入/輸出數(shù):16 程序存儲(chǔ)器容量:4KB(4K x 8) 程序存儲(chǔ)器類型:閃存 EEPROM 大小:- RAM 容量:1K x 8 電壓 - 電源 (Vcc/Vdd):2.7 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:- 振蕩器型:內(nèi)部 工作溫度:-40°C ~ 105°C 封裝/外殼:20-SOIC(0.295",7.50mm 寬) 包裝:管件 其它名稱:269-4116Z8F0413SH005EG-ND
ADUC7023 制造商:AD 制造商全稱:Analog Devices 功能描述:Precision Analog Microcontroller, 12-Bit Analog I/O, ARM7TDMI MCU with Enhanced IRQ Handler