STM32F4Discovery - DMA not work.
Posted on July 31, 2013 at 20:14I did try send 100 words 16bits from memory to memory by DMA, and it not work.uint16_t bufor_od[100]; uint16_t bufor_do[100]; RCC->AHB1ENR |= RCC_AHB1ENR_DMA1EN; DMA_InitTypeDef DMA_InitStructure; DMA_DeInit(DMA1_Str...