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

DSPIC33FJ128GP306 参数 Datasheet PDF下载

DSPIC33FJ128GP306图片预览
型号: DSPIC33FJ128GP306
PDF下载: 下载PDF文件 查看货源
内容描述: 闪存编程规范 [Flash Programming Specification]
分类和应用: 闪存
文件页数/大小: 80 页 / 943 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第55页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第56页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第57页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第58页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第60页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第61页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第62页浏览型号DSPIC33FJ128GP306的Datasheet PDF文件第63页  
dsPIC33F/PIC24H PROGRAMMING SPECIFICATION  
TABLE 5-4:  
SERIAL INSTRUCTION EXECUTION FOR BULK ERASING CODE MEMORY  
Command  
(Binary)  
Data  
(Hex)  
Description  
Step 1: Exit the Reset vector.  
0000  
0000  
0000  
0000  
000000  
000000  
040200  
000000  
NOP  
NOP  
GOTO  
NOP  
0x200  
Step 2: Set the NVMCON to erase all program memory.  
0000  
0000  
2404FA  
883B0A  
MOV  
MOV  
#0x404F, W10  
W10, NVMCON  
Step 3: Initiate the erase cycle.  
0000  
0000  
0000  
A8E761  
000000  
000000  
BSET  
NOP  
NOP  
NVMCON, #WR  
Step 4: Wait for Bulk Erase operation to complete and make sure WR bit is clear.  
-
-
Externally time ‘P11’ msec (see Section TABLE 8-1: “AC/DC  
Characteristics and Timing Requirements”) to allow suffi-  
cient time for the Bulk Erase operation to complete.  
0000  
0000  
0000  
0001  
807600  
887840  
000000  
<VISI>  
MOV  
MOV  
NOP  
NVMCON, W0  
W0, VISI  
Clock out contents of VISI register. Repeat until the WR bit  
is clear.  
code memory is programmed 64 instruction words at a  
time, Steps 4 and 5 are repeated 16 times to load all the  
write latches (Step 6).  
5.6  
Writing Code Memory  
The procedure for writing code memory is similar to the  
procedure for writing the Configuration registers,  
except that 64 instruction words are programmed at a  
time. To facilitate this operation, working registers,  
W0:W5, are used as temporary holding registers for the  
data to be programmed.  
After the write latches are loaded, programming is  
initiated by writing to the NVMCON register in Steps 7  
and 8. In Step 9, the internal PC is reset to 0x200. This is  
a precautionary measure to prevent the PC from incre-  
menting into unimplemented memory when large  
devices are being programmed. Lastly, in Step 10, Steps  
3-9 are repeated until all of code memory is programmed.  
Table 5-5 shows the ICSP programming details, includ-  
ing the serial pattern with the ICSP command code,  
which must be transmitted Least Significant bit first  
using the PGC and PGD pins (see Figure 5-2). In Step  
1, the Reset vector is exited. In Step 2, the NVMCON  
register is initialized for programming of code memory.  
In Step 3, the 24-bit starting destination address for  
programming is loaded into the TBLPAG register and  
W7 register. The upper byte of the starting destination  
address is stored in TBLPAG and the lower 16 bits of  
the destination address are stored in W7.  
FIGURE 5-6:  
PACKED INSTRUCTION  
WORDS IN W0:W5  
15  
8
7
0
W0  
LSW0  
W1  
W2  
W3  
W4  
W5  
MSB1  
MSB3  
MSB0  
MSB2  
LSW1  
LSW2  
To minimize the programming time, the same packed  
instruction format that the programming executive uses  
is utilized (Figure 4-4). In Step 4, four packed instruc-  
tion words are stored in working registers, W0:W5,  
using the MOVinstruction and the read pointer, W6, is  
initialized. The contents of W0:W5 holding the packed  
instruction word data are shown in Figure 5-6. In Step  
5, eight TBLWTinstructions are used to copy the data  
from W0:W5 to the write latches of code memory. Since  
LSW3  
© 2007 Microchip Technology Inc.  
Preliminary  
DS70152D-page 59  
 复制成功!