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: L3 memory

Part Number: AM5708
Other Parts Discussed in Thread: AM5728

Hi,

Is ccs830\ccsv8\ccs_base\c6000\include\AM57xx_C66.cmd general for AM57xx?

OCMC_RAM1 and OCMC_RAM2 are reserved memory in am5708, Can it also be used directly?

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 */
}

am5708:

am5728: