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

Fix for uart.v #58

Open
igor-m opened this issue Dec 3, 2017 · 0 comments
Open

Fix for uart.v #58

igor-m opened this issue Dec 3, 2017 · 0 comments

Comments

@igor-m
Copy link

igor-m commented Dec 3, 2017

This uart.v fix works better here under mecrisp-ice, it allows to RX at 36MHz//115k (PLL based), UP5k.
As I've explained in my comment ("serial data corruption at 460800 ") I've changed the baudrate counters such they compare around 0, not at the limit. That could be faster than (coutner == limit).
I've added a 2FF synchronizer at uart_rx input (3FF could be even better).

uart_IM.txt

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