Resolved! How do I place an INITIALIZED struct on a specific location in RAM?
I'm working with the STM32F7 microcontroller and I compile using STM32CubeIDE. I want to place myStruct on a specific location in RAM and I want it be initialized automatically:MEMORY { ... MY_STRUCT_MEMORY(rwx): ORIGIN = 0x20007BA0 LENGTH = 8 ...