This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Which reason has resulted in the content of reading from the record by using fds_record_open( ) is different with just now written by using fds_record_write( ) or fds_record_update( )?

Dear all,

         I use FDS module to store some data in flash of nRF52832.  I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature.

        Everytime when I finished the writing opertions by using fds_record_update() or fds_record_write() and the writing opertions are succeed by judging the return value in the registered callback function, I read the record in the callback function by fds_record_open() immediately. But I find everytime the content of reading record is different with I  writed just now. I do not know which reason has resulted in this problem. The following is my debug output information.

Related