Arduino_STM32 icon indicating copy to clipboard operation
Arduino_STM32 copied to clipboard

Increment size of emulated EEPROM

Open svmac opened this issue 5 years ago • 4 comments

Defines paremeter Pages for use more than one page per bank on emulated EEPROM.

svmac avatar Sep 14 '19 16:09 svmac

Do you have a simple test sketch to demonstrate the functionality and the advantages it brings?

stevstrong avatar Sep 14 '19 19:09 stevstrong

Yes, I have already modified the example, look at it. Option 1 uses two pages.

svmac avatar Sep 14 '19 22:09 svmac

How far is this compatible with the previous version and what problem is solved with this?

stevstrong avatar Sep 15 '19 07:09 stevstrong

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.

svmac avatar Sep 15 '19 09:09 svmac

Looks good, so I will merge this.

stevstrong avatar Nov 03 '23 09:11 stevstrong