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

ATMEGA169PV 参数 Datasheet PDF下载

ATMEGA169PV图片预览
型号: ATMEGA169PV
PDF下载: 下载PDF文件 查看货源
内容描述: 微控制器,带有16K字节的系统内可编程闪存 [Microcontroller with 16K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器
文件页数/大小: 390 页 / 3485 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA169PV的Datasheet PDF文件第321页浏览型号ATMEGA169PV的Datasheet PDF文件第322页浏览型号ATMEGA169PV的Datasheet PDF文件第323页浏览型号ATMEGA169PV的Datasheet PDF文件第324页浏览型号ATMEGA169PV的Datasheet PDF文件第326页浏览型号ATMEGA169PV的Datasheet PDF文件第327页浏览型号ATMEGA169PV的Datasheet PDF文件第328页浏览型号ATMEGA169PV的Datasheet PDF文件第329页  
ATmega169P  
26.9.17 Reading the Flash  
1. Enter JTAG instruction PROG_COMMANDS.  
2. Enable Flash read using programming instruction 3a.  
3. Load address using programming instructions 3b and 3c.  
4. Read data using programming instruction 3d.  
5. Repeat steps 3 and 4 until all data have been read.  
A more efficient data transfer can be achieved using the PROG_PAGEREAD instruction:  
1. Enter JTAG instruction PROG_COMMANDS.  
2. Enable Flash read using programming instruction 3a.  
3. Load the page address using programming instructions 3b and 3c. PCWORD (refer to  
Table 26-6 on page 298) is used to address within one page and must be written as 0.  
4. Enter JTAG instruction PROG_PAGEREAD.  
5. Read the entire page (or Flash) by shifting out all instruction words in the page (or Flash),  
starting with the LSB of the first instruction in the page (Flash) and ending with the MSB  
of the last instruction in the page (Flash). The Capture-DR state both captures the data  
from the Flash, and also auto-increments the program counter after each word is read.  
Note that Capture-DR comes before the shift-DR state. Hence, the first byte which is  
shifted out contains valid data.  
6. Enter JTAG instruction PROG_COMMANDS.  
7. Repeat steps 3 to 6 until all data have been read.  
26.9.18 Programming the EEPROM  
Before programming the EEPROM a Chip Erase must be performed, see “Performing Chip  
Erase” on page 324.  
1. Enter JTAG instruction PROG_COMMANDS.  
2. Enable EEPROM write using programming instruction 4a.  
3. Load address High byte using programming instruction 4b.  
4. Load address Low byte using programming instruction 4c.  
5. Load data using programming instructions 4d and 4e.  
6. Repeat steps 4 and 5 for all data bytes in the page.  
7. Write the data using programming instruction 4f.  
8. Poll for EEPROM write complete using programming instruction 4g, or wait for tWLRH  
(refer to Table 26-12 on page 308).  
9. Repeat steps 3 to 8 until all data have been programmed.  
Note that the PROG_PAGELOAD instruction can not be used when programming the EEPROM.  
26.9.19 Reading the EEPROM  
1. Enter JTAG instruction PROG_COMMANDS.  
2. Enable EEPROM read using programming instruction 5a.  
3. Load address using programming instructions 5b and 5c.  
4. Read data using programming instruction 5d.  
5. Repeat steps 3 and 4 until all data have been read.  
Note that the PROG_PAGEREAD instruction can not be used when reading the EEPROM.  
325  
8018A–AVR–03/06  
 复制成功!