mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
restructuring
This commit is contained in:
7
F0:F030,F042,F072/uart_blink_dma/Readme.md
Normal file
7
F0:F030,F042,F072/uart_blink_dma/Readme.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Code for STM32F030F4 chinese board
|
||||
USART Rx by interrupts, Tx by DMA
|
||||
- Toggle onboard green LED once per second.
|
||||
- Echo received by USART1 data (not more than 64 bytes including '\n') on B115200:
|
||||
- if PA6 not connected to ground echo text directly
|
||||
- otherwice echo it reversly
|
||||
- Light up LED on PA5 (opendrain) when receive data and turn it off when send.
|
||||
Reference in New Issue
Block a user