multiple rxcallback for circular dma operation
Posted on November 08, 2015 at 16:59Hello all, Data is coming from uart in chunks of 30 bytes via uart. I want to get these incoming chunks of 30 bytes and store them in a circular buffer of size 240 bytes by using DMA. I want to configure the DMA s...