mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 18:55:13 +03:00
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
This is a simple USART over DMA application with software end of string control.
|
|
Speed 115200. Received string echoes back.
|
|
run
|
|
DEFS=-DCHECK_TMOUT make
|
|
to add timeout 1.5s for each letter
|
|
|
|
DEFS="-DCHECK_TMOUT -DTIMEOUT_MS=xx" make
|
|
to make another timeout
|
|
|