UART4 DMA Rx Problem
Posted on April 04, 2014 at 13:21I cannot get into DMA mode, the code I wrote did not get into DMA interrupt. The code I wrote is as follows. Any advice?( my processor is STM32F103ZG) uint8_t RxBuffer1[100]; /*UART - Pin Config*/ GPIO_InitTypeDe...