I have a ESP 32 wroom and I use the FTDI c232HM-ddhsl-0 cable to preform jtag debugging. When I try to create a new project i try to get the openocd to work but whatever I do no devices are found. While my windows creates a com port for the usb adapter with the vid and pid witch are the same in the the esp32_devkitj_v1.cfg. I used this to connect the cables https://hydrabus.com/2016/10/29/how-to-debug-esp32-with-jtag-openocd-gdb-1st-part-connect-the-hardware/
This topic was modified 7 years, 1 month ago by 0romis.
Most likely you have not installed the WinUSB driver for the interface #0 of the debug adapter. Please download and start UsbDriverTool, locate the interface 00 of your USB JTAG cable and install the WinUSB driver for it. This will get OpenOCD to recognize your device properly.