I am using ESP32-C3 module and I want to debug my code through USB/JTAG.
For USB interface I have used TYPE C connector with ESP32-C3.
Connections are as follow but the device does not get recognized:
TYPE C <-----> ESP32-C3, D- (A7) <-----> GPIO 18, D+ (A6) <-----> GPIO 19, V_BUS (B9) <-----> 5V, GND (B1) <-----> GND
Other thing I tried was debugging through JTAG.
For Jtag degugging as external one we need to strap pin GPIO10 which is not at all a strapping pin in documentation. https://docs.espressif.com/projects/esp ... /gpio.html
C:\Users\User_name\esp\esp-idf\components\esptool_py\esptool>espefuse.py -p COM11 burn_efuse JTAG_SEL_ENABLE I used this command for burning fuse but says invalid efuse name
Thanks for help in advance !!!

