I am trying to interface Tiva C (TM4C123GH6PM) with FTDI connected to PC using UART. I am able to transmit data from Tiva C, but unable to receive data from PC through FTDI.
I tried loopback with the same Tiva C UART peripheral and it worked. I also tried interfacing ESP32 and FTDI using UART and it worked, so I know my FTDI works fine.