Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Interrupt before Advertising

Hi,

In order to use a component during my device send an advertising, i would like to catch an interruption just before the advertising start.

The goal of this component is to save energy during the peak current of advertising.

Firstly, I decide to use radio_notification_librairies, but the radio notification also occurs during flash process and i have to use flash continuously and i have no way to know if the interrupt come from BLE or flash. Is there a solution to identifiate where come from the interrupt ?

This issue has been posted on this ticket  RE: Fixing radio notification and flash write/erase conficts. 

In this ticket, they advise to use Timeslot API instead.

Is it possible to use timeslot API to prevent from advertising activity ?

The device is a custom board based on nrf52832 with SD: 132 v6.1.0.

Best Regards,

Julien

Related