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.

F28034 芯片仿真能调试,无法烧录FLASH

1.我拷贝了DSP2803x_CodeStartBranch.asm到项目目录

2.拷贝了F28034.cmd到项目目录

3.在Main函数的InitPieVectTable()段后,写了

MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
InitFlash();

4.然后build,并调试

程序能进入调试状态并暂停,运行后不往后执行。