MaJerle / stm32-usart-uart-dma-rx-tx

STM32 examples for USART using DMA for efficient RX and TX transmission
MIT License
1.3k stars 322 forks source link

a suggestion with README #1

Closed DuTengChong closed 5 years ago

DuTengChong commented 5 years ago

Good job. But I still have a little suggestions: In the part of important fact about U(S)ART, " IDLE line interrupt will notify application when it will detect for 1 character inactivity on RX line, meaning after 10 us", it should be 100 us I think. In the part of final configuration, "At 115200 baud, 100 bytes means 1 ms time", it should be 10 ms. Right?

MaJerle commented 5 years ago

Fixed