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.

F28335烧写Flash后运行不正常

最近在用F28335编写电机控制程序,程序中含有AD采样模块,我烧写的步骤是:

一:删除28335_RAM_lnk文件;

二:添加F28335文件;

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

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

     InitFlash();

四:编译,烧写Flash

结果:含有AD采样模块时,在RAM仿真调试,程序正常运行,烧到Flash后,程序无法正常运行,如果把AD采样模块去掉,重新烧写Flash,程序就可以正常运行,请问加入AD采样模块后,为何烧写到Flash就无法正常运行?这种情况该如何解决?谢谢