User Activity

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...
Posted on June 12, 2012 at 13:41The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on May 10, 2012 at 15:19Hello, I am evaluating the SMT32F407 and I am wondering how it is possible to execute code from flash with 0-wait state. In the datasheet on page 67 it is described that the number of wait states it 5 at the maximum C...