#
txrx
Here are 4 public repositories matching this topic...
ATmega328p USART 8-bit Asynchronous library (With TX/RX ISR's)
-
Updated
Aug 28, 2025 - C
This project demonstrates basic UART communication on an STM32F4 microcontroller. Using UART2 (PA2/PA3), the code receives characters from a serial terminal and controls the onboard LED (PA5) — the LED turns ON when '1' is received, and OFF for any other character. The project includes simple driver code for UART initialization, data tx and rx opt
-
Updated
Jul 30, 2025 - C
Add this topic to your repo
To associate your repository with the txrx topic, visit your repo's landing page and select "manage topics."