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

CDC Tx No Overrun #7

Open
alex-dewar opened this issue Aug 23, 2023 · 0 comments
Open

CDC Tx No Overrun #7

alex-dewar opened this issue Aug 23, 2023 · 0 comments

Comments

@alex-dewar
Copy link
Collaborator

CDC serial TX can easily overrun the onboard buffer, as it doesn't check if there's any space before writing to it. Likely causes serial TX issues in the case where large amounts of TX data is sent (i.e. in the case of a serial bootloader)

Unclear the best way to actually fix this - there's a UDI_CDC_TX_EMPTY_NOTIFY() define that seems promising, but it's unclear what it actually does.

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