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

nimble/phy: Fix tx-tx transition timing #1822

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

andrzej-kaczmarek
Copy link
Contributor

Delay for event END was always included in tx-tx transition calculations which resulted in invalid calculations for tx-tx transition anchored at packet start. This fixes the issue and also fixes timing for event ADDRESS since it seems to be different that the one for END event.

@github-actions github-actions bot added the size/S Small PR label Aug 1, 2024
Measured on nRF52 and nRF53 to have consistent results for all supported
transitions. Due to rounding errors we're not able to achieve perfect
150us on all transitions, but we should be +/- 1us which is perfectly
fine.
Delay for event END was always included in tx-tx transition
calculations which resulted in invalid calculations for tx-tx transition
anchored at packet start. This fixes the issue and also fixes timing for
event ADDRESS since it seems to be different that the one for END event.
@rymanluk rymanluk merged commit a9384f8 into apache:master Aug 5, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Small PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants