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.

430的烧录文件可不可以这样手动修改



430的烧录文件是TXT格式的.这点很方便.
430 的FLASH里
地址:0x1000 到0x10FF是用于存储掉电后仍保存的数据的.
我想填满它,我直接在烧写程序文件里这样填进去行不行的?
例如:
@1000 
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0F
@10F2
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0F

发现关于ti-txt文件格式的资料好少~~