Hey everyone,In my last application I had a DMA double buffer moving data from a peripheral to memory, it would fll one buffer, inform the cpu and while it filled the second buffer, the first buffer would be sent to the sdcard.I want to do the same t...