Daniel kalu
DIIDevHeads IoT Integration Server
•Created by Daniel kalu on 9/27/2024 in #firmware-and-baremetal
Implementing Failsafe Mechanism for Firmware Updates on ESP32
Using the
RTC_CNTL_SW_SYS_RST
register works perfectly for forcing a hardware reset and entering flash mode when GPIO0 is grounded. The restart_to_flash_mode()
function is exactly what I needed.
Thank you for your solution 🙏6 replies