Files
stm32samples/G4:G431/usart_full_DMA/Readme
Edward Emelianov f2a444c90e it works
2026-07-16 20:37:33 +03:00

4 lines
203 B
Plaintext

Simplest example of working with USART1 fully by DMA (both Rx and Tx).
To detect end of line I use interrupt by symbol '\n' in RXD.
Events of pressing/releasing button on PC13 are written onto terminal.