Hi
I am using Nordic's NVS system on an nRF5340.
I have successfully got the code mounting, writing and reading from a user defined partition in flash memory.
For now, I am using just two sectors
The documentation here contains information on calculating flash wear etc.
My question:
Does the NVS system automatically manage sector clean-up / erasing, or is this something that I need to manually look after by using the nvs_calc_free_space() function?
Regards
Garrett