Other Parts Discussed in Thread: C2000WARE
1.我拷贝了DSP2803x_CodeStartBranch.asm到项目目录
2.拷贝了F28034.cmd到项目目录
3.在Main函数的InitPieVectTable()段后,写了
MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
InitFlash();
4.然后build,并调试
程序能进入调试状态并暂停,运行后不往后执行。
5.断电从板子移除仿真器,重新上电,板子不工作
