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

DSPIC33FJ128GP306 参数 Datasheet PDF下载

DSPIC33FJ128GP306图片预览
型号: DSPIC33FJ128GP306
PDF下载: 下载PDF文件 查看货源
内容描述: 闪存编程规范 [Flash Programming Specification]
分类和应用: 闪存
文件页数/大小: 80 页 / 943 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第60页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第61页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第62页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第63页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第65页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第66页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第67页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第68页  
dsPIC33F/PIC24H PROGRAMMING SPECIFICATION  
To minimize the reading time, the packed instruction  
5.8  
Reading Code Memory  
word format that was utilized for writing is also used for  
reading (see Figure 5-6). In Step 3, the write pointer,  
W7, is initialized. In Step 4, two instruction words are  
read from code memory and clocked out of the device,  
through the VISI register, using the REGOUTcommand.  
Step 4 is repeated until the desired amount of code  
memory is read.  
Reading from code memory is performed by executing  
a series of TBLRDinstructions and clocking out the data  
using the REGOUTcommand.  
Table 5-9 shows the ICSP programming details for  
reading code memory. In Step 1, the Reset vector is  
exited. In Step 2, the 24-bit starting source address for  
reading is loaded into the TBLPAG register and W6  
register. The upper byte of the starting source address  
is stored in TBLPAG and the lower 16 bits of the source  
address are stored in W6.  
TABLE 5-9:  
SERIAL INSTRUCTION EXECUTION FOR READING CODE MEMORY  
Command  
(Binary)  
Data  
(Hex)  
Description  
Step 1: Exit Reset vector.  
0000  
0000  
0000  
0000  
000000  
000000  
040200  
000000  
NOP  
NOP  
GOTO  
NOP  
0x200  
Step 2: Initialize TBLPAG and the read pointer (W6) for TBLRDinstruction.  
0000  
0000  
0000  
200xx0  
880190  
2xxxx6  
MOV  
MOV  
MOV  
#<SourceAddress23:16>, W0  
W0, TBLPAG  
#<SourceAddress15:0>, W6  
Step 3: Initialize the write pointer (W7) to point to the VISI register.  
0000  
0000  
207847  
000000  
MOV  
NOP  
#VISI, W7  
Step 4: Read and clock out the contents of the next two locations of code memory, through the VISI register, using  
the REGOUTcommand.  
0000  
0000  
0000  
0001  
0000  
0000  
0000  
0001  
BA1B96  
000000  
000000  
<VISI>  
BA9BB6  
000000  
000000  
<VISI>  
TBLRDL [W6], [W7]  
NOP  
NOP  
Clock out contents of VISI register  
TBLRDH [W6++], [W7]  
NOP  
NOP  
Clock out contents of VISI register  
Step 5: Repeat step 4 until all desired code memory is read.  
Step 6: Reset device internal PC.  
0000  
0000  
040200  
000000  
GOTO  
NOP  
0x200  
DS70152D-page 64  
Preliminary  
© 2007 Microchip Technology Inc.  
 复制成功!