Search found 3 matches

by clupien
Mon Nov 25, 2024 4:27 pm
Forum: Hardware
Topic: ESP32C6 still resets with DTR when USB_SERIAL_JTAG_USB_UART_CHIP_RST_DIS is set
Replies: 4
Views: 2662

Re: ESP32C6 still resets with DTR when USB_SERIAL_JTAG_USB_UART_CHIP_RST_DIS is set

Thanks a lot. That makes it work. So for other people that have the same problem the code is:
#include "soc/usb_serial_jtag_struct.h"
USB_SERIAL_JTAG.chip_rst.usb_uart_chip_rst_dis = 1;
USB_SERIAL_JTAG.config_update.config_update = 1;


I might suggest a little more details in the documentation ...
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: 4
Views: 2662

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 ...
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: 4
Views: 2662

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 ...

Go to advanced search