Hello,
I want to increase the size of the UART fifos. Can i have the option of doing it.
Please note that there isn't any way to change the size of the FIFOs. The sizes are read only.
Regards
Daniel
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