Search found 1 match

by cpoole
Fri Jan 26, 2024 7:12 am
Forum: ESP-IDF
Topic: ESP32-C6 and U1DTR_out
Replies: 0
Views: 483

ESP32-C6 and U1DTR_out

The ESP32-C6 datasheet shows that the UART1 can be configured to use any GPIO pins, the UART driver that comes with esp-idf allows to assert the DTR pin by using the function uart_set_dtr() but there is nowhere in the driver where you can specify the pin to be used for the DTR signal, only TX, RX, R...