I want to move the ucHeap of the FreeRTOS from RAM_D1 to External RAM (HYPERRAM)
Board Using - STM32H735G-DK1. I tried moving the whole .bss section into HYPERRAM /* Uninitialized data section into "RAM_D1" Ram type memory */ . = ALIGN(4); .bss : { /* This is used by the startup in order to initialize the .bss section ...