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.
Thank you for your prompt reply.I have a piece of code , such as//-----------------------------------------------------------------------------------------------------------__align(32) u8 mem2base[MEM2_MAX_SIZE] __attribute__((at(0X60000000)));//----...