Hi all,
I’ve built a custom board with the ESP32-C3. I have my USB connection directly connected to the USB D+/D- on the ESP32 (I’m not using a serial converter) and based on the documentation and limitations here, I enabled the following option in my Platform IO menuconfig:
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG
From the limitations, I know I need to hold IO9/BOOT and reset to kick into Download Mode the first time, so I can program my board. When I do this, my code loads successfully. However, I assumed after the first time programming with the option above, the USB serial module should be able reset and kick into Download Mode automatically.
Instead, if I try programming again without manually entering the bootloader, it fails to program. Do I need to do something else in Platform IO to get USB serial mode to work correctly?
Cheers,
Matt