-
Notifications
You must be signed in to change notification settings - Fork 3k
Improve flow control on NRF52 #8748
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
Conversation
Increase the time where the Clear-To-Send pin is de-asserted to minimize change of a character being lost when the DMA buffer is flushed manually.
* Receive is halted until the buffer has been completely handled to reduce RAM usage. | ||
* | ||
* This signal is set manually because the flow control logic in the UARTE module | ||
* only works when the module is receiving and not after an ENDRX event. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well that's annoying.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Is this related to the latest issue report regarding CI failures (losing some characters) ? |
cc @mprse |
cc @kjbracey-arm |
@0xc0170 Sure, if you enable flow control in the CI! 😄 |
/morph build |
Build : SUCCESSBuild number : 3686 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 3287 |
Test : FAILUREBuild number : 3460 |
This has been replaced by #8784 |
Description
Increase the time where the Clear-To-Send pin is de-asserted to minimize change of a character being lost when the DMA buffer is flushed manually.
Pull request type