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.

28335烧写flash的问题



数次烧写flash,都没有成功,我烧写的步骤是:

一:删除28335_RAM_lnk文件;

二:添加F28335文件;

三:在mian函数中InitPieVectTable();后面添加

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

       InitFlash();

四:执行Build all;

五:执行Debug;

六:执行Load命令

另外,工程中已存在DSP2833x_CodeStartBranch.asm和DSP2833x_MemCopy.c文件。

以上六步执行在Boot to SARAM, bypass ADC cal模式下,执行完成后,将boot改成Jump to Flash模式。 重新加电,程序没有执行。 请问高手,我在哪里出问题了?是没有烧写进flash还是没有执行?