Need a replacement for mpsl_radio_notification_cfg_set, which is no longer available

Hi,

We have a product in production which uses the mpsl_radio_notification_cfg_set() function along with a callback to control an external GPIO when thre is radio activity. We do this to enable an external switcher supply while the radio is in operation, since we also make use of a high-power PA and selectively enable the switching supply only when the radio is operating.

We need an alternative to this functionality. Can you please help us to understand what alternative is available?

Thanks,

Jon

Parents Reply
  • The Bluetooth Event method will not work, since we are using Thread and Bluetooth and need these events for Thread. The Radio START and STOP events might work, but with MPSL notifications we were using a MPSL_RADIO_NOTIFICATION_DISTANCE_200US so that we received the event early enough to turn on our power supply before radio operation actually started.

Children
Related