Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The UART drops characters with XON/XOFF #1

Open
m1geo opened this issue Oct 26, 2024 · 1 comment
Open

The UART drops characters with XON/XOFF #1

m1geo opened this issue Oct 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@m1geo
Copy link
Owner

m1geo commented Oct 26, 2024

Added software flow control but the UART drops characters.

Add ILA into FPGA to better understand why.

@m1geo m1geo added the bug Something isn't working label Oct 26, 2024
@m1geo m1geo self-assigned this Oct 26, 2024
@m1geo
Copy link
Owner Author

m1geo commented Oct 28, 2024

Using 2 stop bits fixes the corruption on a byte level, seems the UART has bug(s)?

XON/XOFF is hopeless due to 4K buffers in the FT2232H used on the Arty A7 Dev Board. I think you can reduce the FIFO depth on it, so that's the next option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant