Hello MT_dialog,
I'm using uart2 and it seems that the Rx FIFO size is fixed on 16 bytes , is it possible to change it to 32 ? because there is the following struct in uart2.c :
/// FIFO_SZ values
enum UART_FIFOSIZE
{
UART_FIFOSIZE_16,
UART_FIFOSIZE_32,
UART_FIFOSIZE_64,
UART_FIFOSIZE_128
};
But it's not used.
Thanks,
-- saif