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.
由于之前创建程序是在ram中启动,选择的cmd文件为 (28335_RAM_lnk.cmd),现在改写成下载到Flash中,改写了cmd文件为(F28335.cmd),main函数中添加了
MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
InitFlash();
编译出现如下问题
warning:creating output section "ramfuncs" without a SECTIONS specification