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

pstorage_update updates only whole block

Hi,

I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything is fine. But if the number of bytes is smaller, the update isn't performed and pstorage_access_status_get stays 1.

Any suggestions to solve this issue?

Related