User Activity

Hi,how can I tell to the compiler that I want a function to be executed in RAM ?
Hi, my mcu in locked on HardFault_Handler.Even if I reupload a different firmware.Did I broke it ???
I want to place a variable at a fixed address on my flash memory:#define MYDEF "abcdefg" const u8 MY_CHAR[] __attribute__((section(".ARM.__at_0x0blabla"))) = MYDEF;this works with KEIL IDE, but I switched to STM32CUBE IDE and it is not working. The ...
Kudos from