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.

TMS320F28384S: 导入C2000ware 例程,编译运行在ram中的版本,可以正常运行,编译运行在flash的版本,无法正常运行。

Part Number: TMS320F28384S

使用 2838x_RAM_lnk_cm.cmd 文件编译程序,用仿真器加载后可以正常运行,使用 2838x_FLASH_lnk_cm.cmd 文件编译后,加载运行时,能进入main函数,但初始化时就会出错,错误信息如下图,调试发现是在

mian->SysCtl_setClock(DEVICE_SETCLOCK_CFG)中运行不正常的。不知道是否跟2838x_FLASH_lnk_cm.cmd 配置文件有关,请指教!