Question
How to place a variable at a given absolute address in memory with STM32CubeIDE
Hello everyone,
I just migrate from Keil. I can use __attribute__((at(0x6000000))) directive place a variable at a given absolute address ,but how to do this in STM32CubeIDE?
Thanks.