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.

AM5708: 新建的AM5708的DSP裸机程序,cmd文件中的memory在手册中找不到地址

Part Number: AM5708

MEMORY
{
IRAM_MEM: o = 0x00800000 l = 0x00008000 /* 32kB internal SRAM */
OCMC_RAM1: o = 0x40300000 l = 0x00080000 /* 512kB L3 OCMC SRAM1 */
OCMC_RAM2: o = 0x40400000 l = 0x00100000 /* 1MB L3 OCMC SRAM2 */
OCMC_RAM3: o = 0x40500000 l = 0x00100000 /* 1MB L3 OCMC SRAM3 */
DDR0: o = 0x80000000 l = 0x40000000 /* 1GB external DDR Bank 0 */
}

如下图,是CCS生成的cmd文件中的内容 

其中OCMC_RAM1可以在手册中找到

而其他的OCMC_RAM2,OCMC_RAM3却找不到地址,在手册上,是Reserved