Page 1 of 1

I need help with the ESP32-S2FH4 SoC

Posted: Fri Jun 16, 2023 6:03 am
by fo12345
I'm using the ESP32-S2FH4 which apparently has embedded flash memory. I'm unsure what to do with the VDD_SPI pin on my PCB schematic. I found an example here of someone using the ESP32-S2FH4:

https://www.wemos.cc/en/latest/_static/ ... v1.0.0.pdf

They have the VDD_SPI pin connected to a global net that is unused anywhere else. Can someone please explain what I need to do? like can I just leave this pin floating as I don't need external flash for this IC? Thank you

Here's the ESP32 family data sheet if that helps:
https://www.espressif.com/sites/default ... eet_en.pdf

Re: I need help with the ESP32-S2FH4 SoC

Posted: Fri Jun 16, 2023 8:40 am
by ESP_Sprite
You want to add some decoupling capacitors to that pin (hardware reference guidelines doc suggests an 1u and an 100n) but nothing more. In other words: the schematic is correct, aside from those caps, you don't need to connect that pin anywhere.

Re: I need help with the ESP32-S2FH4 SoC

Posted: Fri Jun 16, 2023 10:35 am
by fo12345
Thanks for the response. So what's the point in the decoupling caps if the pin is unused?

Re: I need help with the ESP32-S2FH4 SoC

Posted: Sat Jun 17, 2023 4:15 am
by ESP_Sprite
It's not unused per se: it's still connected to the flash chip, but in this case the flash chip is embedded in the package. (See the image here, the bit with the blue rectangles is the flash chip which is put on top of the ESP32-C2 silicon; the ESP32-S2 with integrated flash is similar). As such, it still needs decoupling as we can't really put those capacitors inside that type of package as well.