DMA_MDATAALIGN_HALFWORD for stm32f407 usart seems not working (porting from stm32f103)
Posted on November 08, 2016 at 11:23I have code which is working on STM32F103: hdma_usart1_rx.Instance = DMA1_Channel5; hdma_usart1_rx.Init.Direction = DMA_PERIPH_TO_MEMORY; hdma_usart1_rx.Init.PeriphInc = DMA_PINC_DISABLE; hdma_usart1_r...