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.
在烧录时,最后出现了Values at address 0x00000@Program do not match Please verify target memory and memory map.
a data verification error occurred, file load failed. 同样的程序,我使用另一块开发板是完全没问题的,而且不止一个程序,是所有程序会报这个错误。
那基本就是硬件上的问题了。
硬件工具一般就是仿真器,单是擦除flash的话在debug模式下连接上仿真器之后选择tools - on-chip flash工具,里面有单独擦除某一块扇区或全部擦除。
软件可以用CCS、Uniflash
其他的都不太常用,专门用来擦写的还有一个C2000-GANG,用于批量烧写的,但个人觉得没必要,它的主要优势是批量烧录,在擦写方面还是上面的比较合适