Timeline for Arduino EEPROM retains old data after flashing with a new program
Current License: CC BY-SA 3.0
8 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 20, 2021 at 8:15 | answer | added | Ian Fleet | timeline score: 1 | |
Apr 13, 2017 at 12:50 | history | edited | Community Bot |
replaced http://arduino.stackexchange.com/ with https://arduino.stackexchange.com/
|
|
Apr 8, 2017 at 21:10 | comment | added | dandavis | save the old built date to eeprom and on boot, if it's different than the current build, run your clear routine | |
Apr 8, 2017 at 21:07 | comment | added | per1234 | Also posted at forum.arduino.cc/index.php?topic=469061 | |
Apr 8, 2017 at 20:15 | comment | added | electrophile | The IDE isn't. The program is setting values in the EEPROM. I simply want to clear the EEPROM everytime a new program is uploaded. | |
Apr 8, 2017 at 19:04 | answer | added | Majenko | timeline score: 2 | |
Apr 8, 2017 at 19:01 | comment | added | KIIV | I'm pretty sure Arduino IDE isn't uploading eeprom at all. And for example in Platform IO CLI, there is different command to upload eeprom data instead of flashing program memory. | |
Apr 8, 2017 at 18:45 | history | asked | electrophile | CC BY-SA 3.0 |