Resolved! STM32G474RET Linker Question
In the linker script provided by STM for STM32G474RETx, the memory section is:MEMORY { CCMSRAM (xrw) : ORIGIN = 0x10000000, LENGTH = 32K RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K FLASH (rx) : ORIGIN = 0x8000000, ...