Library for emulating writing to flash memory as in EEPROM #2614
-
I use the I needed to save several values as flags in the microcontroller's memory in order to change the value from 1 to 2 and back with each reboot. With
For such a purpose, it is clearly redundant to solder the Unfortunately, the library is written in
Somehow, I need to replace the
And other I tried to implement I hope that the I found there only work with While figuring out the organization of the microcontroller's memory, I found this map: Without touching on the problems described above, as far as I understand, in order to use flash memory as |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/EEPROM |
Beta Was this translation helpful? Give feedback.
-
Thank you @fpistm
|
Beta Was this translation helpful? Give feedback.
https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/EEPROM