lpuart_edma_rb_transfer
Overview
The lpuart_edma Ring Buffer Example project is to demonstrate usage of the KSDK lpuart driver. In the example, a ring buffer will be used with EDMA enabled, data received will be stored in ring buffer first, while IDLE line was detected, routine will read out the received characters, and echo back them to the terminal by using EDMA mode. so, you can see the your pressed characters on the terminal.