Posted on June 22, 2012 at 13:14Hello, I am trying to transfer image data from the DCMI data register via DMA to RAM memory. For this purpose I configure DMA2 as follows:RCC_AHB2PeriphClockCmd(RCC_AHB1Periph_DMA2, ENABLE);DMA_InitTypeDef DMA_InitS...