- 打卡等级:初来乍到
- 打卡总天数:4
- 最近打卡:2025-05-01 06:58:22
金牌会员
- 积分
- 1333
|
发表于 2023-8-7 05:16:44
|
显示全部楼层
The highest BAUD is Sysclk/4, but the code also needs to be able to keep up, if you want to handle many bytes.
There is no mention of handshake lines, but software control of handshake lines is possible.
Transmit from MCU will add stop bits if the MCU is unable to load bytes fast enough, and can poll a wait pin from the remote if needed.
Receive could be helped by using DMA, but then you have difficulty creating an outgoing handshake line.
Get the various UART-USB examples and test them, at higher baud speeds.
|
|