Skip to content

Releases: csrohit/stm32-uart

💬 Echo Mode

07 Dec 12:41
Compare
Choose a tag to compare

DMA will accept 10 bytes from UART and echo back the same along with a carriage return and newline character.

1️⃣ One Shot Mode

07 Dec 12:43
Compare
Choose a tag to compare

The DMA is restarted after every 2 seconds.

🔃 Circular Mode

06 Dec 14:49
Compare
Choose a tag to compare

Transmit data using USART1 and DMA in continuous mode without interruption of CPU.