Dear Sir,
Using SDK 16.0 for NRF52833. My application uses NRF FDS lib (flash data storage)
Immediate fds read after fds write gives 0. But after a board reset I get written data
This is the expected behavior?
Regards,
Lakshmi
Dear Sir,
Using SDK 16.0 for NRF52833. My application uses NRF FDS lib (flash data storage)
Immediate fds read after fds write gives 0. But after a board reset I get written data
This is the expected behavior?
Regards,
Lakshmi
Hi,
The FDS module is a ansynchrouns module, which means that the operation hasn't necessarily been executed when the function returned but only scheduled. You would have to wait for the FDS_EVT_WRITE event to be generated for the write to have been completed.
regards
Jared
Hi,
The FDS module is a ansynchrouns module, which means that the operation hasn't necessarily been executed when the function returned but only scheduled. You would have to wait for the FDS_EVT_WRITE event to be generated for the write to have been completed.
regards
Jared