Is the Zephyr BLE Controller (BT_LL_SW_SPLIT) Supported on nRF54L15 DK?

I’m trying to use the Zephyr software split BLE controller (BT_LL_SW_SPLIT) on the nRF54L15 DK with NCS 3.0.1. I understand that this controller is not certified, but I would like to implement controller level changes, which is not possible with the Nordic Controller.

The ISO Broadcast example (https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/bluetooth/iso_broadcast) works perfectly fine with the Nordic controller, but when I run it with the SW-split controller snippet (bt-ll-sw-split + conf file), it immediately triggers a stack overflow. From the build output, I can see that the Zephyr controller is compiled and included, so it’s definitely running the SW-split controller and not the Nordic SoftDevice. I’ve attached a screenshot of the output.

Has anyone successfully run BT_LL_SW_SPLIT on the nRF54L15 DK, or is it not possible/supported yet?

Related