Page 1 of 1

EEPROM crashes

Posted: Mon May 18, 2020 2:36 pm
by rrodriguez
Hello!

Hardware:
Board: DOIT ESP32 DEVKIT V1
Flash Frequency: 80Mhz
Upload Speed: 921600

Description:
I am having problems with EEPROM. The data saved remains there even when the ESP32 resets or when power is removed but when I upload the same programm from another computer the data is lost.
Why is it happening?

Re: EEPROM crashes

Posted: Wed May 27, 2020 9:06 pm
by benpeoples
Your uploader is likely erasing the flash before it uploads.

How are you uploading your program?

Re: EEPROM crashes

Posted: Wed Jun 03, 2020 9:15 am
by rrodriguez
We upload the program with the ESP32 directly connected to the PC through a microUSB cable