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

PIC18F4431-I/P 参数 Datasheet PDF下载

PIC18F4431-I/P图片预览
型号: PIC18F4431-I/P
PDF下载: 下载PDF文件 查看货源
内容描述: 28 /40/ 44引脚增强型闪存微控制器采用纳瓦技术,高性能PWM和A / D [28/40/44-Pin Enhanced Flash Microcontrollers with nanoWatt Technology, High-Performance PWM and A/D]
分类和应用: 闪存微控制器
文件页数/大小: 392 页 / 3127 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18F4431-I/P的Datasheet PDF文件第85页浏览型号PIC18F4431-I/P的Datasheet PDF文件第86页浏览型号PIC18F4431-I/P的Datasheet PDF文件第87页浏览型号PIC18F4431-I/P的Datasheet PDF文件第88页浏览型号PIC18F4431-I/P的Datasheet PDF文件第90页浏览型号PIC18F4431-I/P的Datasheet PDF文件第91页浏览型号PIC18F4431-I/P的Datasheet PDF文件第92页浏览型号PIC18F4431-I/P的Datasheet PDF文件第93页  
PIC18F2331/2431/4331/4431  
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 8-4  
8.3  
Reading the Flash Program  
Memory  
The TBLRD instruction is used to retrieve data from  
program memory and place it into data RAM. Table  
reads from program memory are performed one byte at  
a time.  
shows the interface between the internal program  
memory and the TABLAT.  
TBLPTR points to a byte address in program space.  
Executing a TBLRDinstruction places the byte pointed  
to into TABLAT. In addition, TBLPTR can be modified  
automatically for the next table read operation.  
FIGURE 8-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 8-1:  
READING A FLASH PROGRAM MEMORY WORD  
MOVLW  
MOVWF  
MOVLW  
MOVWF  
MOVLW  
MOVWF  
CODE_ADDR_UPPER  
TBLPTRU  
CODE_ADDR_HIGH  
TBLPTRH  
CODE_ADDR_LOW  
TBLPTRL  
; Load TBLPTR with the base  
; address of the word  
READ_WORD  
TBLRD*+  
MOVF  
; read into TABLAT and increment TBLPTR  
; get data  
TABLAT,W  
MOVWF  
TBLRD*+  
MOVF  
WORD_EVEN  
; read into TABLAT and increment TBLPTR  
; get data  
TABLAT,W  
WORD_ODD  
MOVWF  
2010 Microchip Technology Inc.  
DS39616D-page 89  
 复制成功!