參數資料
型號: ATMEGA164PA-MUR
廠商: Atmel
文件頁數: 18/160頁
文件大?。?/td> 0K
描述: MCU AVR 16KB FLASH 20MHZ 44QFN
產品培訓模塊: MCU Product Line Introduction
megaAVR Introduction
標準包裝: 4,000
系列: AVR® ATmega
核心處理器: AVR
芯體尺寸: 8-位
速度: 20MHz
連通性: I²C,SPI,UART/USART
外圍設備: 欠壓檢測/復位,POR,PWM,WDT
輸入/輸出數: 32
程序存儲器容量: 16KB(8K x 16)
程序存儲器類型: 閃存
EEPROM 大?。?/td> 512 x 8
RAM 容量: 1K x 8
電壓 - 電源 (Vcc/Vdd): 1.8 V ~ 5.5 V
數據轉換器: A/D 8x10b
振蕩器型: 內部
工作溫度: -40°C ~ 85°C
封裝/外殼: 44-VFQFN 裸露焊盤
包裝: 帶卷 (TR)
配用: ATSTK600-ND - DEV KIT FOR AVR/AVR32
其它名稱: ATMEGA164PA-MUR SL383
ATMEGA164PA-MUR-ND
ATMEGA164PA-MURTR
114
8272E–AVR–04/2013
ATmega164A/PA/324A/PA/644A/PA/1284/P
Note:
1. The example code assumes that the part specific header file is included.
For I/O Registers located in extended I/O map, “IN”, “OUT”, “SBIS”, “SBIC”, “CBI”, and “SBI”
instructions must be replaced with instructions that allow access to extended I/O. Typically
“LDS” and “STS” combined with “SBRS”, “SBRC”, “SBR”, and “CBR”.
The assembly code example returns the TCNTn value in the r17:r16 register pair.
It is important to notice that accessing 16-bit registers are atomic operations. If an interrupt
occurs between the two instructions accessing the 16-bit register, and the interrupt code
updates the temporary register by accessing the same or any other of the 16-bit Timer Regis-
ters, then the result of the access outside the interrupt will be corrupted. Therefore, when both
the main code and the interrupt code update the temporary register, the main code must disable
the interrupts during the 16-bit access.
Assembly Code Examples (1)
...
; Set TCNT
n to 0x01FF
ldi
r17,0x01
ldi
r16,0xFF
out
TCNT
nH,r17
out
TCNT
nL,r16
; Read TCNT
n into r17:r16
in
r16,TCNT
nL
in
r17,TCNT
nH
...
C Code Examples (1)
unsigned int
i;
...
/* Set TCNT
n to 0x01FF */
TCNT
n = 0x1FF;
/* Read TCNT
n into i */
i = TCNT
n;
...
相關PDF資料
PDF描述
SC16C754BIBM,151 IC UART QUAD W/FIFO 64-LQFP
SC16C654BIBM,151 IC UART QUAD W/FIFO 64-LQFP
ATMEGA164A-CUR IC MCU AVR 16K 20MHZ 49VFBGA
SC16C554DBIB64,157 IC UART QUAD W/FIFO 64-LQFP
SC16C554DBIB64,151 IC UART QUAD W/FIFO 64-LQFP
相關代理商/技術參數
參數描述
ATMEGA164PA-PU 功能描述:8位微控制器 -MCU AVR 16KB 512B EE 20MHz 1KB SRAM 125c RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數據總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數據 RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT
ATMEGA164P-B15AZ 功能描述:8位微控制器 -MCU 16KB FLASH AUTO 125Deg revision B RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數據總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數據 RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT
ATMEGA164P-B15MZ 功能描述:8位微控制器 -MCU 16KB FLASH AUTO 125Deg revision B RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數據總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數據 RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT
ATMEGA164PV 制造商:ATMEL 制造商全稱:ATMEL Corporation 功能描述:8-bit Microcontroller with 16K/32K/64K Bytes In-System Programmable Flash
ATMEGA164PV-10AQ 功能描述:8位微控制器 -MCU AVR 16KB, 512B EE 10MHz 1KB SRAM, 1.8V RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數據總線寬度:8 bit 最大時鐘頻率:50 MHz 程序存儲器大小:16 KB 數據 RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風格:SMD/SMT