I have unknown length of data to be received on UART, and It is continuous bulk of data so which is the better way to use UART, I have configured it with DMA but It is accepting defined bytes only.Could you provide best solution which is good for thi...