Key-value store / Config region

FormerMember
FormerMember

Do the Nordic Boards offer some sort of config region where settings like the Bluetooth address are stored? I would like to change these settings without having to recompile.

If there is a separate setting for the Bluetooth address: Is there also some storage available for user-defined keys? And how would I access them from the code? How much space is available?

If there is no specific config region: What's the recommended approach to avoid recompilation? Ideally, I would like to store about 512 Bytes of per-board configuration data.

Related