小弟用的f2808的芯片,cmd文件配置的也是F2808.cmd,还在工程里面加入了DSP280x_CSMPasswords.asm,DSP280x_MemCopy.c,并且在主函数的初始化中断向量表的后面加上了
MemCopy(&RamfuncsLoadStart,&RamfuncsLoadEnd,&RamfuncsRunStart);
InitFlash();
这两句话,为什么烧写程序的时候总是烧写到RAM中而不是flash中,郁闷呀,求大神们解答
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.
小弟用的f2808的芯片,cmd文件配置的也是F2808.cmd,还在工程里面加入了DSP280x_CSMPasswords.asm,DSP280x_MemCopy.c,并且在主函数的初始化中断向量表的后面加上了
MemCopy(&RamfuncsLoadStart,&RamfuncsLoadEnd,&RamfuncsRunStart);
InitFlash();
这两句话,为什么烧写程序的时候总是烧写到RAM中而不是flash中,郁闷呀,求大神们解答