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

uart suffer from timing errors, on burst recieving #16

Open
Thonner opened this issue May 31, 2020 · 0 comments
Open

uart suffer from timing errors, on burst recieving #16

Thonner opened this issue May 31, 2020 · 0 comments

Comments

@Thonner
Copy link

Thonner commented May 31, 2020

https://github.com/freechipsproject/ip-contributions/tree/master/src/main/scala/chisel/lib/uart

The UART fails to read longer bursts of bytes. I Assume the reason is that the sampling frequency match the baud rate, which means a slight mismatch between the two ends of the communication leads to the sample time drifting into adjacent data frames. I suggest doing oversampling in the rx component. This is what I ended up doing in my implementation of a UART.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant