stm32f769 cube MX software not setting DMAT and DMAR
Hello,
I am using STM32F769 microcontroller. I have used Cube MX to configure USART1 for Tx and Rx and DMA channels 2 and 7. I have started a data transmission using HAL_DMA_Start function but noting is happening. Using debugger I have found that in USART1 CR3 the DMAT and DMAR are reset. When I put a break point at the point where HAL_DMA_Start is called and manually set DMAT in CR3 the data is transmitted. Have I missed something in the configuration of USART1 and DMA or do I need to write some code to set these bits after the MX generated initialisation code has finished?
Thanks
