STM32WB completed Advertising Interrupt
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-05 8:37 AM
Hello,
is there anyway to get an event or interrupt, after the transmission is finished of each packet from Advertising. I know this depends on Intervals Min and Max buti don't want to make a timer to syncronize an interrupt with the intervals. Thanks.
Labels:
- Labels:
-
Interrupt
-
STM32WB series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-14 7:09 AM
Aci_hal_set_radio_activity_mask(0x0002) bitmask of advertising can be used to detect the end of advertising phase.
The ACI_HAL_END_OF_RADIO_ACTIVITY_EVENT is generated at the end of each radio activity and so at the end of the last advertising packet during the advertising phase.
