STM32MP15x: CM4 - Is it possible to combine SRAM2 and SRAM3 to one buffer
Hi, we need a buffer about 200KB on CM4 MCU (STM32MP153)
We change the linker file as below, that allow 256KB heap (combine SRAM2 and SRAM3)

But every time the buffer has more than 0x30000 (192KB) then it is failed, seem we can't combine SRAM2 and SRAM3 into one buffer. If the buffer stays on SRAM2 or SRAM3 only then it works, but if the buffer starts on SRAM2 and the end is on SRAM3 then fail.
Does anyone know the reason?
