Good evening,
I made a custom esp32s3 board that does not want to be flashed.
Schematic is attached and I really cannot understand what is going on.
The serial output is constantly outputing "invalid header: 0xffffffff" and sometimes it also outputs
invalid heade�ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x7 (TG0WDT_SYS_RST),boot:0x28 (SPI_FAST_FLASH_BOOT)
Saved PC:0x40049b21
invalid header: 0xffffffff
like it resets or something.
I have used ESP32S2 before and flashed it using two buttons, but this time with the S3 i wanted to try the automatic flashing using RTS and DTR, that I tought that was working correctly. But now I am looking at the oscilloscope, and i find 3.3V fixed on both IO0 and EN pin of the ESP32.
I am using a SH-U06A uart bridge.
When I try to load a program it says "A fatal error occurred: Failed to connect to ESP32-S3: No serial data received." But i do not think it is true since I can see both TX and RX leds turning on on the bridge.
Any suggestions? Thanks!!