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

MuxTO UART reception problem #128

Open
chalupec opened this issue Mar 17, 2023 · 2 comments
Open

MuxTO UART reception problem #128

chalupec opened this issue Mar 17, 2023 · 2 comments

Comments

@chalupec
Copy link

chalupec commented Mar 17, 2023

Hello, i have loaded successfully last version, i have replaced CRC table with calculation. I have encountered errors on UART reception. 115200baud speed. Transmittion from atsam->atmega works great(perfect timing and levels), also atmega->atsam works (checked by external receiver, perfect timing and levels), but atsam passes invalid data to serial terminal in PC. Basically i am sending "POS 1|1|1|1\r\n" and i get "POScddd>d" in terminal or "Pdcdddkd".. Does anybody encountered something similar?

V 1.8.8

@chalupec
Copy link
Author

Even if i CRC lookup table is left unchanged and some other parts like JTAG etc, which are not used at that moment, are removed, it will enable me to compile and download firmware, but same problem with corrupted UART receive message occure, so that it is likely that speed of CRC calculation doesnt affect communication.

@chalupec
Copy link
Author

Hello @facchinm did you ever observe something similar, or can you estimate why is this happening?

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