Resolved! Using UART in DMA mode
Posted on April 08, 2017 at 00:00I am trying to implement UART in DMA mode to transmit a simple string every time a push button is pressed.So I have used CubeMX to generate the code and I have configured UART2 TX DMA in normal (not circular) mode an...