Resolved! With the command length unknown, is there a documented way to use DMA?
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...