DCMI to memory, memory to UART, DMA Transfer
Posted on September 25, 2013 at 13:01Hi,I want to receive datas from DCMI interface and then transfer it to UART interface through DMA.To do that, I am plannig to receive each Byte from the DCMI interface store it into a buffer using DMA and then tr...