Page 1 of 1

Running VDD3P3_CPU at 1.8 Volt (ESP32-D2WD)

Posted: Wed Jan 16, 2019 6:48 pm
by Kishan
Hello,

Is it possible to run VDD3P3_CPU at 1.8 volt while all other supplies are at 2.7 Volt?

If so, is it safe to assume that all IOs will operate at 1.8 volt?

Thank you very much in advace for help.

Kishan

Re: Running VDD3P3_CPU at 1.8 Volt (ESP32-D2WD)

Posted: Thu Jan 24, 2019 4:00 am
by ESP_Lvxinyue
Kishan wrote:
Wed Jan 16, 2019 6:48 pm
Hello,

Is it possible to run VDD3P3_CPU at 1.8 volt while all other supplies are at 2.7 Volt?

If so, is it safe to assume that all IOs will operate at 1.8 volt?

Thank you very much in advace for help.

Kishan
Hi,

Is it possible to run VDD3P3_CPU at 1.8 volt while all other supplies are at 2.7 Volt?

Yes.

If so, is it safe to assume that all IOs will operate at 1.8 volt?

Not all IOs, but those in the VDD3P3_CPU power domain. You can refer to the IO_MUX sheet in the ESP32 datasheet: https://www.espressif.com/sites/default ... eet_en.pdf.

Thanks.