Replies: 1 comment 6 replies
-
Hi, I really not recommend to use EEPROM to log data. It uses the flash memory which has a limited number of R/W cycles. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are trying to use the EEPROM library for logging temperature, and we use STM32L452RE which has a 512kB flash.
As we read the EEPROM library, its size is limited up to 2kB, however the program memory has 510kB.
Can we change the allocation for that?
And where is the memory map defined?
Beta Was this translation helpful? Give feedback.
All reactions