Hi Nordic Teams,
Now I'm using Nordic Connect SDK v3.1.0 to development, I want place some default values in Flash at a fixed address,
But I don't know how to do it. Can anyone provide some help? The following code doesn't work, seems that "at" can't be used anymore.
const uint32_t flash_setting __attribute__((at(0x10000))) = {0x12};