MPSL disabling USB interrupts

I note that calling:

mpsl_lib_init causes the POWER . INTENSET to be cleared (including the USB interrupts and POF WARN).

My device uses the USB stack, as such, calling MPSL lib init/unint causes the USB stack to miss these interrupts. As well as the POF Warn interrupt.

What is the best sequence to initialise the USB/POWER POF warn if MPSL is used in Zephyr 3.0.0, ncs-3.0.0?

I also have other radio protocols, so I need to runtime disable/enable MPSL via the lib_init/uninit functions. However doing so causes USB and other Power related interrupts to miss. Is there any documentation around these side-effects?

Regards,

Parents Reply Children
No Data
Related