Brownout resets - how to disable brownout detectors

jwalkerbg
Posts: 10
Joined: Tue Aug 15, 2023 12:37 pm

Brownout resets - how to disable brownout detectors

Postby jwalkerbg » Fri Jan 17, 2025 8:58 pm

Hello,

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);
However despite this got compiled, it does not disable brownout reset. Now I do not know how to proceed further. Please, if someone has good results with disabling brownout resets to share experience, how to make this working.

Regards,
Ivan

Who is online

Users browsing this forum: No registered users and 73 guests