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

Possible data corruption when sending way too fast (Teensy 4) #15

Open
GIPdA opened this issue Feb 10, 2021 · 0 comments
Open

Possible data corruption when sending way too fast (Teensy 4) #15

GIPdA opened this issue Feb 10, 2021 · 0 comments

Comments

@GIPdA
Copy link
Owner

GIPdA commented Feb 10, 2021

Sending multiple packets without delay (500us-1ms) might lead to data corruption. The lib is supposed to wait before sending to avoid that, so tests are needed. See ZetaRf::waitUntilOutOfTx.
Seen on Teensy 4. These being so fast, might need to add a small delay before or after.
Workaround: add a 1ms delay after or before sending. No less than 500us.

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