This example demonstrates how to stream data using DMA via UART based on Universal Serial Interface Channel (USIC) to an external terminal. - Infineon/mtb-example-xmc-uart-dma ...
static uint8_t g_rx_buffer[BUFFER_LEN] = {RESET_VALUE}; static uint8_t g_tx_buffer[BUFFER_LEN] = {RESET_VALUE}; static volatile uint16_t g_rx_len = RESET_VALUE ...