stm32f407 mem to mem DMA with different Sizes
My data has zeros every 2 bytes.it's like this: 0x55 0x55 00 00 0xaa 0xaa 00 00 0x33 0x33 00 00 ......I want to remove these zeros with address increment feature of DMA.I wrote a configuration for stm32f107 DMA and removed these zeros without problem...