Search found 4 matches
- Thu Nov 18, 2021 2:07 am
- Forum: General Discussion
- Topic: Flashing ESP32-C3 using built-in usb serial/jtag controller
- Replies: 9
- Views: 9444
Re: Flashing ESP32-C3 using built-in usb serial/jtag controller
I'd say enumeration would likely already fail if it's an actual physical problem... Can you take another look at your esp-idf version? '1.2.0 is super-old and I think that's a version for something else; you're more likely looking for something in the 3.x or 4.x range. 1.2.0 is the version of the E...
- Tue Nov 16, 2021 4:59 pm
- Forum: General Discussion
- Topic: Flashing ESP32-C3 using built-in usb serial/jtag controller
- Replies: 9
- Views: 9444
Re: Flashing ESP32-C3 using built-in usb serial/jtag controller
ESP_Sprite is it possible that cp210x is keeping USB pins in state where USB/JTAG is just not working and it is required to remove resistors on board? I think that cp210x may keep both lines high and SE1 is invalid USB state. The onboard resistors connecting the USB pins to the connector are remove...
- Tue Nov 16, 2021 4:57 pm
- Forum: General Discussion
- Topic: Flashing ESP32-C3 using built-in usb serial/jtag controller
- Replies: 9
- Views: 9444
Re: Flashing ESP32-C3 using built-in usb serial/jtag controller
I am running version 1.2.0
- Tue Nov 16, 2021 9:11 am
- Forum: General Discussion
- Topic: Flashing ESP32-C3 using built-in usb serial/jtag controller
- Replies: 9
- Views: 9444
Flashing ESP32-C3 using built-in usb serial/jtag controller
Hi, I'm using Visual Studio Code with the Espressif IDF extension on windows 10. I have a ESP32-C3-DevKitM-1 which i was able to flash the Get-Started/blink example software using the usb connector on board. I am now trying to flash it using the built in usb serial/jtag controller. I have a usb cabl...