how to receive multiple bytes(100 bytes) of data from uart peripheral to memory location using DMA by single trigger. when i use UART FIFO enable ( 8 data words) it is receiving 8 bytes by single DMA transfer. I want to receive 100 bytes of data .how to do that