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 sporadic init failures, improve daly serial comm error rate #22

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

transistorgit
Copy link

Fixed errors that are probably follow-ups due to a changed init sequence or race condition. Some values were not yet set when requested for the boot messages. I changed the test_connection() routine to read these values earlier.

I digged a bit into the read errors and found that Daly has some issues with UART sync. I changed the protocol's unused fill bytes from 0x00 to 0xAA what is a common way to stabilize UART syncing and my log is almost clean of comm errors now.

@mr-manuel mr-manuel merged commit 87e99ae into mr-manuel:master Mar 9, 2024
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

Successfully merging this pull request may close these issues.

2 participants