Part Number: AM4376
Here is the MEMORY section from AM437x.lds. Looking at the TRM Table 2-1. L3 Memory Map, it seems like the L3OCMC is 256kb? And I couldn't figure out where M3SHUMEM and M3SHDMEM maps from. Any help appreciated. Thanks!
MEMORY
{
SRAM : o = 0x402F0000, l = 0x00010000 /* 64kB internal SRAM */
L3OCMC0 : o = 0x40300000, l = 0x00010000 /* 64kB L3 OCMC SRAM */
M3SHUMEM : o = 0x44D00000, l = 0x00004000 /* 16kB M3 Shared Unified Code Space */
M3SHDMEM : o = 0x44D80000, l = 0x00002000 /* 8kB M3 Shared Data Memory */
DDR0 : o = 0x80000000, l = 0x80000000 /* 2GB external DDR Bank 0 *
}