Arduino_STM32
Arduino_STM32 copied to clipboard
Increment size of emulated EEPROM
Defines paremeter Pages for use more than one page per bank on emulated EEPROM.
Do you have a simple test sketch to demonstrate the functionality and the advantages it brings?
Yes, I have already modified the example, look at it. Option 1 uses two pages.
How far is this compatible with the previous version and what problem is solved with this?
It is 100% compatible, because Pages are set to 1 by default, so if you do not use (reference) Pages then it is like the previous version. Solve when you need more EEPROM storage.
Looks good, so I will merge this.