把一个hex文件分2次写入pic,大家有没有做过?
即把一个 程序(有多个函数,但只有一个main)编译出一个hex文件或2个hex文件
如果一个hex文件,怎么分成2个hex写入pic,能正确运行
如果2个hex文件,怎么分成写入pic,能正确运行
从PK3CMD.txt(pickit3命令行工具的 readme)看,应该是可以的
Program
-M<Memory Region>
P - Program Memory
E= EEPROM
I= ID Memory
C= Configuration Memory
B= Boot Flash Memory
If no region is entered,
the entire device will be programmed
Program Memory Range -N####,####
#### is a hexidecimal number representing
Start and End Address in sequence |