Page 1 of 1

ESP32: Power On status of the pins

Posted: Wed Jun 19, 2019 3:18 pm
by kaushik.plavaga
Our project uses GPIO pins to drive PWM to control power to a load. The issue we are facing now is that the power-on-default value of the pins is driving the MOSFET fully on - this will damage my load as the current is uncontrolled. This condition exists until the boot up process is completed and firmware change the status of the selected pin.
Since the boot time is too large, we need a way to instruct the ESP32 MCU to keep the pins in the required condition during power-on / boot up process.

Is there any way to handle this scenario??

Re: ESP32: Power On status of the pins

Posted: Thu Jun 20, 2019 2:49 am
by ESP_LBB
Hi kaushik.plavaga,

I suppose this issue is being followed on GitHub, so let's continue there and close here.

https://github.com/espressif/esp-idf/issues/3657