Open mace-de opened 4 days ago
GD32F130C8 has a Flash page size of 1024. FlashStorage.h operates with a page size of 4096 which messes up the commit procedure.
I see, so these numbers
https://github.com/CommunityGD32Cores/ArduinoCore-GD32/blob/0f853a9838b4e0675336c53a6bcaf03788901475/libraries/FlashStorage/src/FlashStorage.h#L43-L56
are not universally true for all GD32 chips.
GD32F130C8 has a Flash page size of 1024. FlashStorage.h operates with a page size of 4096 which messes up the commit procedure.