Releases: csrohit/stm32-uart
Releases · csrohit/stm32-uart
💬 Echo Mode
DMA will accept 10 bytes from UART and echo back the same along with a carriage return and newline character.
1️⃣ One Shot Mode
The DMA is restarted after every 2 seconds.
🔃 Circular Mode
Transmit data using USART1 and DMA in continuous mode without interruption of CPU.