My project is with ESP32S3.
I tried to disable brownout resets through the configuration - by disabling options in menuconfig editor in MS VS Code. However, when building, settings used to to return to enabled state. I did not find way to disable brownout resets in configuration.
Then I wanted to disable these resets in runtime. Searched internet and asked AI. So I reached to
Code: Select all
CLEAR_PERI_REG_MASK(RTC_CNTL_BROWN_OUT_REG, RTC_CNTL_BROWN_OUT_ENA);
Regards,
Ivan