This commit is contained in:
Edward Emelianov
2026-07-16 20:37:33 +03:00
parent cdef16cad1
commit f2a444c90e
17 changed files with 713 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
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.