does FDS have append data functions? I want to receive big files(>500KB) from BLE,but I can put it into RAM buffer, so can I create a file in FDS and append it from BLE directly to save the long file?
does FDS have append data functions? I want to receive big files(>500KB) from BLE,but I can put it into RAM buffer, so can I create a file in FDS and append it from BLE directly to save the long file?
Hi,
The API documentation for the FDS module can be found here. Data can be stored in a record with fds_record_update().
regards
Jared