Hello!
I am working on a project I have set "sensor/server" as my starting point. The sensor is successfully interfaced with NRF52 I need to store the calibrated data of the sensor once the sensor achieve its accuracy, so that whenever the device is power down, the sensor then loads that calibrated data from flash to quickly stabilizes its status. The size of serialized data is 2280 bytes. To store this data I have tried fstorage example but I think the documentation suggest to stick to flash_manager provided in the mesh SDK. The page/File size is 128 bytes (if I am not wrong), I will not be able to store this data in a single page/File, what should I do to store 2280 bytes in the flash memory.
Thanks