- >openocd -c "set ESP_RTOS none" -f board/esp32c6-builtin.cfg
However, if I need to make a change and flash the code back to the device, using the uart device (which the device manager shows as Silicon Labs CP210x USB to UART Bridge (COM13)) it causes the JTAG port to be lost and a different entry in the device manager shows up under Universal serial Bus controllers as:
Unknown USB Device (Device Descriptor Request Failed
The same occurs if I use the monitor. The only way to restore the correct display (and be able to use the JTAG usb again) is to unplug the jtag usb cable and re-plug it. I have tried installing different drivers based on the comments I have seen related to the problem but the current drivers seem to work the best. I have read the documentation related to the serial ports on the esp32c6:
"https://docs.espressif.com/projects/esp ... al%20ports"
but I have unable to find a solution to this problem.
Is this a bug in the esp32c6 or is there a workaround I can use to fix the problem? It is especially problematic when I need to have the monitor (or an external terminal) in use while debugging the code.
I would appreciate any help. Thanks.