Hi,
About the function : nrf_fstorage_write(nrf_fstorage_t const * p_fs,uint32_t dest,void const * p_src,uint32_t len,void * p_param);
I customized an array of data ,but the source addresses is not word-aligned ,so it returns NRF_ERROR_INVALID_ADDR,I want to know why?
the adrress of array is 0x2000a71d,it is not word-aligned, if it is 0x2000a71c ,it is word-aligned.
thanks!