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.

用uniflash可以给28377D烧录程序,但是用ccsv8.0无法给芯片烧录

Other Parts Discussed in Thread: UNIFLASH

我有一批板子,可以用uniflash烧录程序,但是换到ccs确报错,如下

C28xx_CPU1: File Loader: Verification failed: Values at address 0x91680@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: E:\MBox\DSPCode\Main\Debug\Logic.out: a data verification error occurred, file load failed.

请问这有可能是什么原因导致的呢?

  • CCS可以加载的可执行文件由实际目标代码和一些调试符号组成。CCS项目生成的可执行文件的默认文件扩展名为* .out。

    该错误意味着CCS无法将可执行文件加载到目标上。更具体地说,它无法将可执行二进制文件写入符号信息中指定的存储位置,作为可执行文件的一部分。

    对此,我们有一个专门的页面,您可以参考一下

    dev.ti.com/.../node