I have 3 devices(GPS-Rx only, tft display-TxRx and a motor driver-Rx only) that connect only using uart. 2 of which only Tx, while one another has both Tx and Rx. I am using uart 0, for tx-rx peripheral. Flash mode and peripheral usage with device are separated with a push switch. I also have a micro sd card requirement, so pins of uart1 has to be changed from spi pins. I am using esp-idf and I am trying to use uart_set_pin. Now I have 2 questions,
- How do I set no pin for Tx? Setting "UART_PIN_NO_CHANGE" would set it only to default Tx pin.
- Can I use GPIO 16 and 17 for Rx pins of uart1 and uart2 respectively?