mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-08-12 09:39:25 +03:00
4 lines
203 B
Plaintext
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.
|