Search found 2 matches

by clupien
Fri Nov 22, 2024 4:18 am
Forum: Hardware
Topic: ESP32C6 still resets with DTR when USB_SERIAL_JTAG_USB_UART_CHIP_RST_DIS is set
Replies: 3
Views: 474

Re: ESP32C6 still resets with DTR when USB_SERIAL_JTAG_USB_UART_CHIP_RST_DIS is set

Yes it is that device and I am using the correct connector. Using pyserial under linux I can toggle the RTS/DTR lines and I can see the change on the device with the same register that contains the USB_SERIAL_JTAG_USB_UART_CHIP_RST_DIS bit. I also see that bit value change. I do the reading with som...
by clupien
Fri Nov 22, 2024 12:14 am
Forum: Hardware
Topic: ESP32C6 still resets with DTR when USB_SERIAL_JTAG_USB_UART_CHIP_RST_DIS is set
Replies: 3
Views: 474

ESP32C6 still resets with DTR when USB_SERIAL_JTAG_USB_UART_CHIP_RST_DIS is set

On windows, when the software disconnects from the serial port, it toggles the DTR line which resets the ESP32C6 (I have a esp32c6 devkit mini, v0.0). I know there is nothing to do on the device for the USB to UART connection but on the USB Serial/JTAG, the documentations says: Note that as describe...