请问,TMS320F2407能否在不外接RAM的情况下,直接将程序下载到内部RAM中运行?谢谢!
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.
在cmd文件中配置类似下面的语句,就可以把储存在flash中的某段程序放到ram里运行。
ramfuncs : LOAD = FLASHD,
RUN = RAML0,
LOAD_START(_RamfuncsLoadStart),
LOAD_SIZE(_RamfuncsLoadSize),
RUN_START(_RamfuncsRunStart),
PAGE = 0
具体可以下载TI的样例程序参考