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.
芯片有 LSRAM 和 GSRAM 两个部分,地址分别为:
RAMLS_PROG : origin = 0x008000, length = 0x004000
RAMGS_PROG : origin = 0x00C000, length = 0x004000
我将自己的部分程序搬移到 RAMLS_PROG 中时可以运行,但是尝试将程序搬移到 RAMGS_PROG 中时发现程序无法运行。
我想请教一下问题在哪里?RAMGS_PROG 是否可以用来执行程序代码?
您好,
可以运行程序。
请参考TMS320F28003x Real-Time Microcontrollers datasheet (Rev. C) ”Table 7-1. Memory Map“ 查看它们支持的接口功能的区别。
如有更多疑问,请在您另一个帖子内等待后续回复。