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.

TMS320F280039C: 芯片 LSRAM 和 GSRAM 的使用

Part Number: TMS320F280039C

芯片有 LSRAM 和 GSRAM 两个部分,地址分别为:

RAMLS_PROG          : origin = 0x008000, length = 0x004000

RAMGS_PROG         : origin = 0x00C000, length = 0x004000

我将自己的部分程序搬移到 RAMLS_PROG 中时可以运行,但是尝试将程序搬移到 RAMGS_PROG 中时发现程序无法运行。

我想请教一下问题在哪里?RAMGS_PROG  是否可以用来执行程序代码?