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

fix(Examples): BLE FreeRTOS Tickless #1255

Closed
wants to merge 8 commits into from
Closed

Conversation

EricB-ADI
Copy link
Contributor

@EricB-ADI EricB-ADI commented Nov 5, 2024

Description

BLE_FreeRTOS tickless had issues with connecting. The issue was caused by the code not properly checking whether or not the radio was still active. So, the packet started, the code checked to sleep but ignored the radio, and it was put back to sleep before it finished sending.

  • Update all BLE_FreeRTOS examples
  • Use get current timestamp to show when radio is enabled

Adress #1248

@github-actions github-actions bot added MAX32655 Related to the MAX32655 (ME17) MAX32665 Related to the MAX32665 (ME14) MAX32690 Related to the MAX32690 (ME18) BLE Related to Bluetooth labels Nov 5, 2024
@EricB-ADI
Copy link
Contributor Author

/clang-format-run

@EricB-ADI EricB-ADI added the WIP work in progress label Nov 5, 2024
@EricB-ADI EricB-ADI closed this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLE Related to Bluetooth MAX32655 Related to the MAX32655 (ME17) MAX32665 Related to the MAX32665 (ME14) MAX32690 Related to the MAX32690 (ME18) WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant