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烧写中的 MEMCPY 问题

dsp  28335官方例程中 能下载的那个 CMD文件 28335.CMD 里面只有 把 initflash() 函数搬到 RAM的,
ramfuncs            : LOAD = FLASHD,
                         RUN = RAML0,
                         LOAD_START(_RamfuncsLoadStart),
                         LOAD_END(_RamfuncsLoadEnd),
                         RUN_START(_RamfuncsRunStart),
                         PAGE = 0
那其他分配到片内FLASH的 段 比如TEXT  CINIT 是DSP 自己搬么?还是 开发板跳线设置了 JUMP TO FLASH就不用自己搬了?