Resolved! How to load elf directly into SDRAM of STM32H757i-eval board.
Hello,I'm curious if there is any way how to load correctly linked elf file into the SDRAM of st32h757i-eval board. By correctly linked elf I mean everything is either linked into SDRAM or to some of the SRAMs. E.g. readelf -S of the elf looks:There ...