I am using a for loop to copy an array from a UART RX buffer to memory.
This looks like as follows :
UART2_readTimeout(uartR2, rxBuf3, 54, NULL, 500);