Hello. Im trying to use FTDI's B channel as UART simultaneously with JTAG on channel A.
On schematic I see no obstacles.
But if im install default drivers on B interface, JTAG stops to work with "libusb_claim_interface() failed with LIBUSB_ERROR_NOT_SUPPORTED"
Can i workaround this? Or in JTAG mode FTDI is fully occupied?
Using ESP-PROGs second channel as UART with enabled JTAG
Re: Using ESP-PROGs second channel as UART with enabled JTAG
Hi Baptisto,
What you are describing should work. The default board config files described in https://docs.espressif.com/projects/esp ... fic-target should take care of using the correct interface.
What you are describing should work. The default board config files described in https://docs.espressif.com/projects/esp ... fic-target should take care of using the correct interface.
Re: Using ESP-PROGs second channel as UART with enabled JTAG
Im using MVS + VisualGDB.
Wrover devkit seems refers to "esp32 ftdi"
Im checked interface/ftdi/esp32_devkitj_v1.cfg and it seems ok (code below).
It must use interface 0, but when i try to begin debug - it fails, says what interface 0 has no WinUSB drivers (but it has, interface 1 has not).
Wrover devkit seems refers to "esp32 ftdi"
Im checked interface/ftdi/esp32_devkitj_v1.cfg and it seems ok (code below).
It must use interface 0, but when i try to begin debug - it fails, says what interface 0 has no WinUSB drivers (but it has, interface 1 has not).
Code: Select all
interface ftdi
ftdi_vid_pid 0x0403 0x6010
# interface 1 is the uart
ftdi_channel 0
# just TCK TDI TDO TMS, no reset
ftdi_layout_init 0x0008 0x000b
reset_config none
adapter_khz 20000
Re: Using ESP-PROGs second channel as UART with enabled JTAG
Ok the problem was what Interface 1 drivers was not "True" FTDI drivers, but Zadig's USB-CDC, they successfuly work as serial port, but someway's conflicting with WinUSB in interface 0.
After installing FTDI's drivers on interface 1 the problem is gone.
After installing FTDI's drivers on interface 1 the problem is gone.
Who is online
Users browsing this forum: No registered users and 105 guests