Page 1 of 1

Will future ESP32 have EEPROM?

Posted: Tue Jul 18, 2023 7:44 pm
by kd6kca
Are there plans for future ESP32 to have internal EEPROM?
At present I add an external EEPROM device.
An internal EEPROM would be very convenient for saving parameters.

Ed 2.0 KD6KCA

Re: Will future ESP32 have EEPROM?

Posted: Wed Jul 19, 2023 12:40 am
by ESP_Sprite
It's not likely. Most people are perfectly happy using e.g. the NVS subsystem to store parameters into flash. (Which raises the question: have you looked into that instead of using an external EEPROM?)