Hi
I had a question about hardware flow control over UART1 to communicate with another chip. I was reading
CC3200 SimpleLink Wi-Fi and Internet-of-Things Solution, a Single Chip Wireless MCU
Technical Reference Manual
On page 134 I came across the paragraph which is not justifiable:
In my application there are six pin for level-sensitive UART, including:
1-UART_TX
2-UART_TC_CTSn
3-UART_TX_RTSn
4-UART_RX
5-UART_RX_RTSn
6-UART_RX_CTSn
which use of (UART_RX_RTSn and UART_RX_CTSn) is optional, however I have to have (UART_TC_CTSn and UART_TX_RTSn) control over UART as it can be seen from the figure below .
I doubt about which pin should be connected to where. It would be appreciated if you provide more detail about hardware flow control in this application.