This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Doubts about flash storage

hello,

I'm using SDK 16.0 with nrf52832, for storing some information iam using flash storage,  during initialization, we are giving a starting and ending address to flash storage instance(0x54000-0x54064), so when i call  " fstorage_erase(0x54000, 1);  " is it erasing all the location from 0x54000 to 0x54064 or just 0x54000?

Related