DMA working in a strange way
Posted on July 19, 2013 at 08:13first of all the DMA code:void DMA_Config(uint32_t addr){//int addr=&ipbuffer;NVIC_InitTypeDef NVIC_InitStructure;DMA_InitTypeDef DMA_InitStructure;/* Enable DMA clock */RCC_AHB1PeriphClockCmd(DMA_STREAM_CLOCK, ENABL...