Writing fixed variables using nRF52820 BLE

Hello.

I want to write 3 bytes of data using BLE in a memory area that will not disappear when the nRF52820 is powered off or reset.

Currently, when I create a program, I set a fixed variable to write to the nRF52820, and to change this variable, I connect a debugger with SWD to change it.

Is it possible to change this fixed variable using only BLE, without using SWD?

SDK17.1

S140

Related