Hello,
I am writing some data to flash, but when it runs to storage_clear, I get the return code---0x10. It seems clear failed. And I tried storage_update, and it failed with 0x10 too. Anybody can help out for this?
Hello,
I am writing some data to flash, but when it runs to storage_clear, I get the return code---0x10. It seems clear failed. And I tried storage_update, and it failed with 0x10 too. Anybody can help out for this?
0x10 is NRF_ERROR_INVALID_ADDR. pstorage_clear() will return this if you use an address that is not word aligned.
Hi Petter, I use SDK nRF51_SDK_7.1.0_372d17a. I will try the version above V8.1.0.
Regards Alex
Hi Petter, I use SDK nRF51_SDK_7.1.0_372d17a. I will try the version above V8.1.0.
Regards Alex