Hello Team,
we are using J721EXSOMG01EVM + J721EXCP01EVM (TDA4) board , we have few queries related to memory area usage
I need to know, which memory regions we can use.
1 we wanted use both MSRAM and DDR0 , is it possible to use both together
MSRAM : origin=0x41C00000 length=0x100000 /*1 MB Internal RAM*/
DDR0 : origin=0x80000000 length=0x8000000 /* 2GB */
2 Also we saw from an linker file shared as part of package by TI, the j721e Reserved Memory area as mentioned below, can we use this as an RAM area to store our memory sections.
/* j721e MCMS3 locations */
/* j721e Reserved Memory for ARM Trusted Firmware */
MSMC3_ARM_FW (RWIX) : origin=0x70000000 length=0x40000 /* 256KB */
MSMC3 (RWIX) : origin=0x70040000 length=0x7B0000 /* 8MB - 320KB */
3 Also is there any document to know, which all memory regions available for J721e
Regards,
Pradeep R