欢迎访问ic37.com |
会员登录 免费注册
发布采购

ATMEGA64A-AU 参数 Datasheet PDF下载

ATMEGA64A-AU图片预览
型号: ATMEGA64A-AU
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器,带有64K字节的系统内可编程闪存 [8-bit Microcontroller with 64K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器
文件页数/大小: 392 页 / 7964 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA64A-AU的Datasheet PDF文件第306页浏览型号ATMEGA64A-AU的Datasheet PDF文件第307页浏览型号ATMEGA64A-AU的Datasheet PDF文件第308页浏览型号ATMEGA64A-AU的Datasheet PDF文件第309页浏览型号ATMEGA64A-AU的Datasheet PDF文件第311页浏览型号ATMEGA64A-AU的Datasheet PDF文件第312页浏览型号ATMEGA64A-AU的Datasheet PDF文件第313页浏览型号ATMEGA64A-AU的Datasheet PDF文件第314页  
ATmega64A  
27.8 SPI Serial Programming Pin Mapping  
Even though the SPI Programming interface re-uses the SPI I/O module, there is one important  
difference: The MOSI/MISO pins that are mapped to PB2 and PB3 in the SPI I/O module are not  
used in the Programming interface. Instead, PE0 and PE1 are used for data in SPI Program-  
ming mode as shown in Table 27-13.  
Table 27-13. Pin Mapping SPI Serial Programming  
Symbol  
MOSI (PDI)  
MISO (PDO)  
SCK  
Pins  
PE0  
PE1  
PB1  
I/O  
Description  
Serial Data In  
Serial Data Out  
Serial Clock  
I
O
I
Figure 27-10. SPI Serial Programming and Verify(1)  
+2.7 - 5.5V  
VCC  
+2.7 - 5.5V (2)  
PE0  
PE1  
PB1  
MOSI  
MISO  
AVCC  
SCK  
XTAL1  
RESET  
GND  
Note:  
1. If the device is clocked by the internal Oscillator, it is no need to connect a clock source to the  
XTAL1 pin.  
2. VCC - 0.3 < AVCC < VCC + 0.3, however, AVCC should always be within 2.7 - 5.5V.  
When programming the EEPROM, an auto-erase cycle is built into the self-timed programming  
operation (in the Serial mode ONLY) and there is no need to first execute the Chip Erase  
instruction. The Chip Erase operation turns the content of every memory location in both the  
Program and EEPROM arrays into 0xFF.  
Depending on CKSEL Fuses, a valid clock must be present. The minimum low and high periods  
for the serial clock (SCK) input are defined as follows:  
Low: > 2 CPU clock cycles for fck < 12 MHz, 3 CPU clock cycles for fck 12 MHz  
High: > 2 CPU clock cycles for fck < 12 MHz, 3 CPU clock cycles for fck 12 MHz  
27.8.1  
SPI Serial Programming Algorithm  
When writing serial data to the ATmega64A, data is clocked on the rising edge of SCK.  
When reading data from the ATmega64A, data is clocked on the falling edge of SCK. See Figure  
27-11 for timing details.  
To program and verify the ATmega64A in the SPI Serial Programming mode, the following  
sequence is recommended:  
310  
8160C–AVR–07/09  
 复制成功!