Hello everyone,
I have trying to store my serial data in nrf52832 SDK15.2 fs flash storage i need to appending data one by one in same file. i have using fds_record_update() concet to appending data finaly i read file data using fds_record_open() this function only getting last updated data other data missing...???
How do i get all appending data get in single read function. please suggest any example code for appending one by one in nrf52 flash