Search found 3 matches
- Wed Aug 06, 2025 3:05 pm
- Forum: ESP32 Arduino
- Topic: ESP32: Memory retained on Reset
- Replies: 5
- Views: 1361
Re: ESP32: Memory retained on Reset
Thanks very much, that is usable information.
- Tue Aug 05, 2025 8:44 am
- Forum: ESP32 Arduino
- Topic: ESP32: Memory retained on Reset
- Replies: 5
- Views: 1361
Re: ESP32: Memory retained on Reset
From a power-on situation, I can understand that uninitialized SRAM contains random data.
The HW reset pulls the CHIP_PU pin down but Vdd and Vdd_RTC remains at 3.3V. With the power-up pin low, the ESP internals get powered down, I now see from the specs.
The few milliseconds of CHIP_PU=LOW are ...
The HW reset pulls the CHIP_PU pin down but Vdd and Vdd_RTC remains at 3.3V. With the power-up pin low, the ESP internals get powered down, I now see from the specs.
The few milliseconds of CHIP_PU=LOW are ...
- Mon Aug 04, 2025 11:14 am
- Forum: ESP32 Arduino
- Topic: ESP32: Memory retained on Reset
- Replies: 5
- Views: 1361
ESP32: Memory retained on Reset
Hi,
I like to store a value in memory that is retained after a reset. The value is used to distinguish between a power-on reset and a (manual) hardware reset. The succession of multiple resets is taken by the application to enter a special configuration mode.
Something like https://github.com ...
I like to store a value in memory that is retained after a reset. The value is used to distinguish between a power-on reset and a (manual) hardware reset. The succession of multiple resets is taken by the application to enter a special configuration mode.
Something like https://github.com ...