diff options
author | Yuuki NAGAO <wf.yn386@gmail.com> | 2023-07-01 15:07:18 +0900 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-09-01 13:52:00 +1000 |
commit | 141750ff7924cbf4b023e8b0c5715c5d7ae970b7 (patch) | |
tree | 276b7c0ac3c40548109b94c7f407d27ce19728b4 /docs/library | |
parent | a175f98a65173e254d4185e51f49b11cab20ffac (diff) |
stm32/uart: Fix UART timeout issue with low baudrate on G4 MCUs.
With using UART FIFO, the timeout should be long enough that FIFO becomes
empty. Since previous data transfer may be ongoing, the timeout must be
timeout_char multiplied by FIFO size + 1.
Signed-off-by: Yuuki NAGAO <wf.yn386@gmail.com>
Diffstat (limited to 'docs/library')
0 files changed, 0 insertions, 0 deletions