We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When echoing chatacters on the main UART, some characters are replicated for some reason. Usually the character sent 3/4 chars ago.
Tried without the scheduler running, same issue.
Tried without the FIFO (similar to the code provided in the reference manual), it's even worse.
Tried not echoing, just pissing '0', half the received characters are bad.
I noticed the TI bit goes up just after the last bit is transmitted (according to the doc), this might be a timing issue.
Tried to delay the sending of the character. Still no luck.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When echoing chatacters on the main UART, some characters are replicated for some reason.
Usually the character sent 3/4 chars ago.
Tried without the scheduler running, same issue.
Tried without the FIFO (similar to the code provided in the reference manual), it's even worse.
Tried not echoing, just pissing '0', half the received characters are bad.
I noticed the TI bit goes up just after the last bit is transmitted (according to the doc), this might be a timing issue.
Tried to delay the sending of the character. Still no luck.
The text was updated successfully, but these errors were encountered: