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

How to set p_start_addr for fstorage manually (SDK 12.1)?

I would like to set the the fstorage memory location manually through fs_init() within SDK 12.1, but I am not sure how to do this. There's comments that is can be done manually, but I do not know where it is specifically set. I would like p_start_addr to be located at 0x3FC00.

Do I also need to set p_end_addr? This is for a nRF51422 application.

The application does not require many writes, maybe less than 100 per year, so I am not worried about stored wear.

Related