ESP32 Custom Board Questions
Posted: Fri Jan 06, 2023 9:19 pm
I'm trying to build a custom microcontroller board based on the ESP32 chip (just the chip, not the WROOM module).
I've got to the point where all the power works and the USB to serial gets recognized. I'm now trying to flash the ESP, but the chip itself doesn't respond (the IDE - PlatformIO extension tries to connect to it, but it just fails).
The connections on the PCB look fine, and the LEDs for the serial communication also blink when trying to flash it. I've already found and fixed two really stupid mistakes (VDD3p3_CPU not connected to VCC and VBUS to Vs which is connected to the USB), but it's still not working.
Do i need to upload or setup some sort of bootloader on the external flash, or is something wrong with my schematic ?
If anybody could take a look at it, it would be greatly appreciated.
I've got to the point where all the power works and the USB to serial gets recognized. I'm now trying to flash the ESP, but the chip itself doesn't respond (the IDE - PlatformIO extension tries to connect to it, but it just fails).
The connections on the PCB look fine, and the LEDs for the serial communication also blink when trying to flash it. I've already found and fixed two really stupid mistakes (VDD3p3_CPU not connected to VCC and VBUS to Vs which is connected to the USB), but it's still not working.
Do i need to upload or setup some sort of bootloader on the external flash, or is something wrong with my schematic ?
If anybody could take a look at it, it would be greatly appreciated.