AM64x MCU+ SDK  08.01.00
Memory Map Layout

Introduction

This section explains the MSRAM and DDR memory layout for AM64X.

MSRAM

AM64X SOC has a total of 2MB MSRAM.It's devided into 8 banks of 256KB each. Below picture shows the memory layout details of MSRAM for an application using all the cores, along with Linux. If an application is using only one core, then it can use the banks reserved for other cores. For example, EtherCAT example running on R5F0_0, uses all the banks except the ones reserved for SBL and DMSC. On the other hand, Bench mark demo which is running on all R5F cores and also needs Linux, uses the memory areas strictly reserved for the respective cores.

MSRAM usage

DDR(with Linux)

Below picture shows the memory layout details of DDR. If Linux and RTOS are used in a project, only memory sections which are reserved for a CPU should be used RTOS applications.

DDR usage with A53 Linux

DDR(without Linux)

Below picture shows the memory layout details of DDR in case of A53 RTOS/Baremetal applications.

DDR usage with A53 RTOS/Baremetal