I'm trying to use BLE and radio synchronization with a nRF5340.
For this I need to integrate radio synchronization and HCI RPmsg into the nRF5340 NET core.
My synchronization code use 3 DPPI channels but unfortunately the doc say BLE controller use 14 DPPI channels.
With only 16 DPPI channels available in the NET core, I'm unable to make my code work.
Is it possible to configure the BLE controller to lower the DPPI channels usage ?
I have also tried with the Zephyr BLE controller. I found that it used only 10 DPPI channels but when I activated the MPSL, my app code was timing out in the HCI core code.
Is the Zephyr BLE controller compatible with MPSL ?
If yes, how to make it works ?
If no, is there an alternative to the MPSL for the zephyr controller ?