This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
想请教下CCS中save date的功能是否可以把芯片内的程序提取出来进行烧录。
可以的。
在CCSV3.3--》file-->save中选中.out格式导出,导出整个FLASH。
在CCSV4中,在memory中--》save选中.out格式,导出整个FLASH
同时也看到了date - load ,想问问这功能是用来做什么的?
和save相对的,是把数据读入芯片的RAM区,但不能读入FLASH区。
这个和load program 又有什么区别呢
CCSV3中其实没有本质区别,load program 不需要设置地址和长度,会自动load 相关out文件,不支持其他格式。
CCSV4中load program 会自动烧写FLASH。