IDE generated elf file, unexpected behavior
Hi there,
I developed a custom bootloader for a STM32H755 MCU.
I successfully tested my bootloader on a NUCLEO H755 board (with small projects), and all seems ok.
Moving on my final board, with the actual Firmware to be downloaded I'm experiencing an unexpected behavior:
the .elf files contains also a memory addresses located in the SRAM4 (D3 domain), which cause a flashing error.
As you can see below, RAM addresses are _all_ written to 0x00 (I verified with cube programmer).

I actually located some memory section in this SRAM bank, to exchange data between cores but I would like to avoid that such addresses appears into the executable.
What can cause this behavior?
I already tried with the MPU configuration and with the linker script, but no way!
How can I avoid this?
Thank you in advance for your support!
