Declaring variables in SRAM1-3 areas of H7 devices in STM32CubeIDE
I've searched in all the obvious places but can't find any directive to tell the compiler to place some large arrays I have in the SRAM1, SRAM2 and SRAM3 memory segments. As these are not contiguous with the AXI memory I would assume I need to place arrays there manually.
Any hints most welcome.
