2012-06-16 06:32 AM
hi
everyoneneed help regarding UART with DMA mode,i am using STM32F407 Discovery Board,i want to configure UART4 with DMA, and want it to generate interrupt when DMA completes filling the memory. so should i configure the UART4's interrupt initializations also or only DMA interrupt initializations. I've attached my code. any help will be appreciated a lot. #selective-cut-n-paste #uart-usart-dma-interrupt2016-07-24 12:12 PM
2016-07-24 06:24 PM
You should probably consider just using an interrupt (IRQ) for RXNE to manage the bytes as they arrive,
2016-07-25 12:32 AM