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

PIC18F8620-I/PT 参数 Datasheet PDF下载

PIC18F8620-I/PT图片预览
型号: PIC18F8620-I/PT
PDF下载: 下载PDF文件 查看货源
内容描述: 八十〇分之六十四引脚高性能1 Mbit的增强型闪存微控制器与A / D [64/80-Pin High Performance 1 Mbit Enhanced FLASH Microcontrollers with A/D]
分类和应用: 闪存微控制器和处理器外围集成电路PC时钟
文件页数/大小: 366 页 / 6797 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18F8620-I/PT的Datasheet PDF文件第63页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第64页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第65页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第66页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第68页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第69页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第70页浏览型号PIC18F8620-I/PT的Datasheet PDF文件第71页  
PIC18FXX20  
TBLPTR points to a byte address in program space.  
Executing TBLRD places the byte pointed to into  
TABLAT. In addition, TBLPTR can be modified  
automatically for the next Table Read operation.  
The internal program memory is typically organized by  
words. The Least Significant bit of the address selects  
between the high and low bytes of the word. Figure 5-4  
shows the interface between the internal program  
memory and the TABLAT.  
5.3  
Reading the FLASH Program  
Memory  
The TBLRDinstruction is used to retrieve data from pro-  
gram memory and places it into data RAM. Table  
Reads from program memory are performed one byte  
at a time.  
FIGURE 5-4:  
READS FROM FLASH PROGRAM MEMORY  
Program Memory  
(Even Byte Address)  
(Odd Byte Address)  
TBLPTR = xxxxx1  
TBLPTR = xxxxx0  
Instruction Register  
(IR)  
TABLAT  
Read Register  
FETCH  
TBLRD  
EXAMPLE 5-1:  
READING A FLASH PROGRAM MEMORY WORD  
MOVLW  
MOVWF  
MOVLW  
MOVWF  
MOVLW  
MOVWF  
CODE_ADDR_UPPER  
TBLPTRU  
; Load TBLPTR with the base  
; address of the word  
CODE_ADDR_HIGH  
TBLPTRH  
CODE_ADDR_LOW  
TBLPTRL  
READ_WORD  
TBLRD*+  
MOVF  
MOVWF  
; read into TABLAT and increment  
; get data  
TABLAT, W  
WORD_EVEN  
TBLRD*+  
MOVFW  
MOVWF  
; read into TABLAT and increment  
; get data  
TABLAT, W  
WORD_ODD  
2003 Microchip Technology Inc.  
Advance Information  
DS39609A-page 65