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.

TMS320F28377S: BIOS无法启动

Part Number: TMS320F28377S
Other Parts Discussed in Thread: SYSBIOS

使用CCS10.3建立了一个F28377S的工程,编译后没有错误,烧录到芯片内,BIOS无法启动。Debug时,执行BIOS_start()后就提示“0x3FE493”.将编译生成的Debug文件夹内的lib文件夹的名字改为Lib后,重新编译后,烧录到芯片内,BIOS可以启动。Debug时,没有在出现该错误,中断和任务执行正常。请问这个是什么原因导致的?如果把工程生成的Debug文件夹删除后再编译之后就又不行了。请问是库用的不对还是CCS设置有问题?