Question
DMA Memory-to-Peripheral Clock
Posted on May 09, 2015 at 20:26
Hi, I'm trying to set DMA2 to do a Memory-to-Peripheral trasfer from memory to GPIOB.
But now, I'm stuck with a problem since I want to configure the DMA transfer speed to 1/8 of the Bus clock(168Mhz). Is there any way for me to achieve that?I also need this transfer not to be delayed by some other processing, that's why i'm using DMA.If it's not possible to configure the speed at which the transfers occurs, is there any other way to achieve this?Thanks a lot.Edit:Edited to remove code and change title