Hello!
With nRF52, nRF5 SDK and SoftDevice S130, we were using some of the Radio's PPI events (e.g. EVENT_END) for some functionality.
Now we plan to move to nRF54L and while porting some of the code to nRF Connect SDK, I noticed that the Radio's DPPI configuration (e.g. PUBLISH_ADDRESS) is reset once I start advertising.
Is this expected behaviour with the nRF Connect SDK and SoftDevice Controller? Searching the docs, I found that the MPSL owns the Radio peripheral on nRF54L. I guess that means that it owns it exclusively and all configurations done will have no effect?
Is there another possibility to use events of the Radio peripheral?