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.

TMS320C5410a的Flash烧写问题

您好,我的DSP程序已通过编译生成.out文件,之后又通过ccs3.3自带的hex500.exe生成.hex文件,其中用到的.cmd文件也是参考了例程,并结合自己的工程进行了修改。现在在ccs5000 v2.2下使用Flashburn进行Flash的烧写(flash位宽为16位)。建立.cdd文件也没问题,之后点击 Program 选 Download FBTC也显示正常连接。之后点击Program 选 Erase Flash 进度条很快(之前有几次会持续几秒钟)。查看flash里的memory显示所有地址内都是FFFF。

再点击 Program 选 Program Flash后就出现问题了。分别有以下几种问题:

(1)进度条没有显示进度,出现提示框

Not a hex file

Use Hex Conversion Ultility

(2)进度条出现一小段,出现提示框

CHECKSUM ERROR

my cksum = aefd, flash cksum = f807()

(3)出现提示框

WRITE ERROR: Attempting to write locations 0xffff8000 to 0xffff8400, which is outside the logical bounds of Flash Memory 0 to 0x40000.

这三种错误是由于所用的转换.cmd文件有所不同。

请问我该如何解决这一问题呢?时间紧迫,希望能尽快解答我的疑惑!