Question
NUCLEO-H745ZI-Q missing ram space in example project
Hi,
I've just received new nucleo board, created new project for this board using cubeIDE and first thing i wanted to check is how the memories are split between cores and i'm a bit confused because i'm missing atleast 500k of RAM as it's not in linker files.
CM7 Linker:
MEMORY
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K
}CM4 Linker:
MEMORY
{
FLASH (rx) : ORIGIN = 0x08100000, LENGTH = 1024K
RAM (xrw) : ORIGIN = 0x10000000, LENGTH = 288K
}Nucleo is advertised with 1Mb of ram so where is the missing part? It looks like i'm mising SRAM4, AXI SRAM and backup RAM sections, do i need to add them manualy to linker script or there is an option somewhere in .ioc file?
