Question
STM32 DMA differenct src & dst memory increments
Posted on July 31, 2015 at 08:55
Hi Everyone,
Does STM32 DMA controller provide options to perform following copy procedureSay the data in the source memory as follows. (x, y are 16 bit each)Source Memory:x1 ,y1,x2,y2.,.,xn ,ynI want to copy to destination memory just (alternate source data)Destination Memory:x1,x2,.,.,xnThanks #adc_dual #adc #dma