ESP32s3 Disable JTAG/Serial RTS Reset
Posted: Thu Dec 07, 2023 11:38 pm
When a terminal disconnects from the ESP32s3 JTAG/Serial port the cpu gets reset. This must be because the terminal is clearing RTS. I'm sure there's a fuse I can burn to disable this but I would like to be able to retain the functionality but dynamically disable it from my application. I can't see a register anywhere that allows me to do this. I thought that setting "RTC_CNTL_USB_RESET_DISABLE" would help, but it did not. Is there any way I can disable this feature programmatically?
Thank you.
Thank you.