Im am running a nrf528322 board with the s332 softdevice using sdk14.2.
I have implemented flash storage in my program according to the nordic flash_fds example.
This works fine.
We need to externally program some parameters in flash using nrfjprog. When I debug the flash code I see that sometimes the start address where the data is stored changes.
How can I best adjust my code to set a fixed flash start address? And how do I best determine where to start writing?