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.
1.我拷贝了DSP2803x_CodeStartBranch.asm到项目目录
2.拷贝了F28034.cmd到项目目录
3.在Main函数的InitPieVectTable()段后,写了
MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
InitFlash();
4.然后build,并调试
程序能进入调试状态并暂停,运行后不往后执行。
5.断电从板子移除仿真器,重新上电,板子不工作
我创建了release选项,并将28034_RAM_lnk.cmd exclude from build 然后debugger出现下面图片,运行后系统没起来。