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

FDS - How can I write binary data to flash while receiving via BLE

Hi community,

for our application (nrf52832 / SDK 12.2) we need to store data received via BLE. The received data is a 25 kB binary blob which by design will be chopped in 20 B chunks to be sent and received via BLE.

Now my question is if somehow it is possible to store these chunks using the fds library as one record? My current understanding of the fds library is that I need to store each received chunk as new record. Ideally I need a pointer to the whole 25kB blob for further processing.

How would you solve it?

Related