User Activity

Hello,I have an issue to place a ASCII string in flash when using CubeIDE and the GCC compiler:#define APP_INFO_ADDR_2   ".ARM.__at_0x08000200"const uint8_t my_text[] __attribute__((section (APP_INFO_ADDR_2))) = {"Hallo"};when I compile this code (no...
Kudos given to