nrf_fstorage_write Indicates the write data problem

If the nrf_fstorage_write command is used to write data, the data cannot be written. But the callback returns success

  • Hi,

    What do you mean by "the data cannot be written"? Did you erase the page before writing? Did you wait for the event indicating that write have completed? The Fstorage APIs are asynchronous, meaning that the actual write can happen after the function call have returned.

    Please post your code, along with logs of events and write/read operations.

    Best regards,
    Jørgen

Related