So I am trying to store a few configuration parameters in flash.
I am using nrf_fstorage for that.
so before storing the parameters, I am erasing the flash but, it hangs at "return (p_fs->p_api)->erase(p_fs, page_addr, len, p_context);" in nrf_fstorage_erase().
How to solve this problem?
Thank you.