flash_fds - pages_init returns FDS_ERROR_NO_PAGES

Hi ,

I am exploring the peripheral examples from the nRF5_SDK_17.1.0.

I am testing the example code "flash_fds" from the peripherals. I am able to compile the code without any error and load the program into nRF52832DK.

As soon as the program starts to debug, it gives me the above harfdfault.

The return value for init_opts = pages_init(); is 0x00. and it returns as FDS_ERR_NO_PAGES.

This further results into failure of fds_init(); with error code 34314.

Please let me know what's wrong with my set up in order to resolve this hardfault.

Related