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搬到RAM

F28335的程序从FLASH搬到RAM不能仿真运行吗,只能烧写到FLASH才行吗

  • 要修改ram-linkCMD吗?

    出现unresolved symbol _RamfuncsLoadEnd, first referenced in ./src/main.obj

    unresolved symbol _RamfuncsLoadEnd, first referenced in ./src/main.obj

    unresolved symbol _RamfuncsLoadEnd, first referenced in ./src/main.obj

    这3个错误

  • .CMD文件的Ramfuncs段里面有RamfuncsLoadEnd的定义吗?

  • RAM-LINK-CMD中没有RamfuncsRunStart,RamfuncsLoadEnd,RamfuncsLoadStart

    这3个定义,在RAM-LINK-CMD哪里加,怎么加?谢谢

  • flash的cmd文件中需要有:

    ramfuncs            : LOAD = FLASHD,
                             RUN = RAML0,
                             LOAD_START(_RamfuncsLoadStart),
                             LOAD_END(_RamfuncsLoadEnd),
                             RUN_START(_RamfuncsRunStart),
                             LOAD_SIZE(_RamfuncsLoadSize),
                             PAGE = 0

    参考下例程F28335_flash.