Resolved! How to assign RAM memories to data, bss, and stack and heap sections?
I am using the NUCLEO-144 (STM32H743ZI) board. It contains the following memory regions:DTCMRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128KRAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = 512KRAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 288KRAM_D3 ...