I would like to make device that collects data from sensor. I would like to use internal flash memory. Is there any library that will help me?
I would like to make device that collects data from sensor. I would like to use internal flash memory. Is there any library that will help me?
pstorage can read/write and update. Its main functionality is to do safe flash access in midst of BLE activity. It remembers nothing about the last done activity like records. All the database management and or table lookup logic must be implemented by the application itself. Unfortunately nothing of such sort is yet available from Nordic apart from this functionality.
pstorage can read/write and update. Its main functionality is to do safe flash access in midst of BLE activity. It remembers nothing about the last done activity like records. All the database management and or table lookup logic must be implemented by the application itself. Unfortunately nothing of such sort is yet available from Nordic apart from this functionality.