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.

28069烧录完毕后,复位后无法进入程序入口



1、我现在用的DSP28069,用仿真器烧录完flash程序,在CCS中进行CPU Reset后,程序不能运行,发现程序没有进入第一步程序入口F2806x_CodeStartBranch。通过设置选择EMU_BOOT _FLASH模式后,就能正常的进入F2806x_CodeStartBranch,然后再运到到MAIN函数后,程序正常运行。

我想问的是,我现在是带着仿真器的是不是不用选择EMU_BOOT _FLAS H模式,还是说,必须每次选择EMU_BOOT _FLASH模式后,才算是正常的。