flexio_uart_int_rb_transfer
Overview
The flexio_uart_interrupt_ring_buffer example shows how to use flexio uart driver in interrupt way with RX ring buffer enabled:
In this example, a flexio simulated uart connect to PC through USB-Serial, the board will send back all characters that PC send to the board.
Note: The example echo every 8 characters, so input 8 characters every time.