Timeline for Saving EEPROM after programming on Arduino uno
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 21, 2017 at 7:05 | comment | added | KIIV | @fed The most important thing is USBTiny - it performs chip erase and without EESAVE fuse programmed to 0, it erases EEPROM too. | |
| Jul 21, 2017 at 7:03 | history | edited | KIIV | CC BY-SA 3.0 |
added 227 characters in body
|
| Jul 20, 2017 at 21:19 | comment | added | Fed | I updated the verbose output of Arduino IDE when I program the Arduino. Any suggestions? | |
| Jul 20, 2017 at 19:31 | comment | added | KIIV | @Fed EEPROM can be changed by avrdude but Arduino usually won't do anything with it (you can see whole command in the Arduino IDE if you enable verbose upload). | |
| Jul 20, 2017 at 15:40 | comment | added | Fed | So, are you saying that changing fuses (I have no idea how to do that) may or may not work. But not using Arduino IDE, but rather using AVRdude in command line should work? | |
| Jul 20, 2017 at 15:34 | history | answered | KIIV | CC BY-SA 3.0 |