You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my WVC project, I use a modified Version of Flashstorage.h. It don't erase the Flash page on every commit. It fills the page with committed data until the page is full and erases the page only when there isn't enough space left. The begin function searches the last valid data block before the 0xFF filled area. This will save a lot of Flash erase cycles. Maybe this is of interest for your Lib too.
GD32F130C8 has a Flash page size of 1024. FlashStorage.h operates with a page size of 4096 which messes up the commit procedure.
The text was updated successfully, but these errors were encountered: