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

Increase priority of syslink flow control interrupt #1103

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

krichardsson
Copy link
Contributor

This PR increases the priority of the syslink flow control interrupt.
The syslink receive UART in the NRF (STM to NRF) is
connected to the STM for flow control. When the RX buffer is full, the STM is notified and is supposed to pause the transmission until the buffer is handled. On the STM side this flow control is handled by an interrupt and we suspect that the interrupt sometimes is a bit too slow. This leads to packet loss on the syslink from STM to the NRF (and on to a client on a PC).
This PR increases the priority of the flow control interrupt.
If the suspisions are correct, this should solve #998 but more tests need to be carried out in the stability lab.

@knmcguire knmcguire merged commit d48addf into master Aug 29, 2022
@knmcguire knmcguire linked an issue Sep 6, 2022 that may be closed by this pull request
@krichardsson krichardsson added this to the 2022.09 milestone Sep 7, 2022
@krichardsson krichardsson deleted the krichardsson/syslink-flow branch November 18, 2022 09:18
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.

Channel/address not always set at start up
2 participants