If I have persistent data that will be updated semi-frequently, will pstorage wear out the flash memory? What steps should I take to be sure my data storage will remain functional over a long time with multple updates?
If I have persistent data that will be updated semi-frequently, will pstorage wear out the flash memory? What steps should I take to be sure my data storage will remain functional over a long time with multple updates?
Hi Anthony,
Further, there is no leveling done by the current implementation of pstorage in the SDK. If your requirement is specific to a certain sensor data, I would recommend you implement this in application reserving the pages you need for more advanced leveling technique you need.
Alternatively, you could enhance the implementation yourself as the source code is available to you. Techniques to have a map of actually physical address that are not worn out are nice, but complicate the implementation hugely.
Hi Anthony,
Further, there is no leveling done by the current implementation of pstorage in the SDK. If your requirement is specific to a certain sensor data, I would recommend you implement this in application reserving the pages you need for more advanced leveling technique you need.
Alternatively, you could enhance the implementation yourself as the source code is available to you. Techniques to have a map of actually physical address that are not worn out are nice, but complicate the implementation hugely.