Hello,
When I try to read data from UART RX port using serial library, I'm not able to read the data beyond the number specified by
SERIAL_FIFO_TX_SIZE and SERIAL_FIFO_TX_SIZE which is 32. How to avoid this?
I don't think just increasing it would be a solution because I should be able to read the incoming bytes continuously without any stoppage at any point in time.