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

Flash storage and Flash Data Storage start and end addresses

Hi,

I am writing an application for nRF52832 that uses both Flash Storage and Flash Data Storage in SDK12.2. I want to know how to get the start and the end addresses of the flash storage and flash data storage. Something similar to how to find out the start and end addresses on pstorage in this post (devzone.nordicsemi.com/.../

Because I am using both Flash Storage and Flash Data Storage libraries, how do I specify what memory addresses are for FDS and what memory addresses are for FS? I understand I can define the size of FDS via FDS_VIRTUAL_PAGES, but how do I find out where the FDS sits in the flash memory?

Thank you so much.

Related