Hello,
We are trying to run 802.15.4 alongside our BLE Mesh network on the nRF54L15.
However whenever compiling with CONFIG_NRF_802154_RADIO_DRIVER=y, we run into the following crash:
SEGGER J-Link V8.52 - Real time terminal output
SEGGER J-Link (unknown) V1.0, SN=1057724703
Process: JLinkExe
[00:00:00.960,564] <inf> spi_nor: mx25r6435f@0: 8 MiBy flash
[00:00:00.969,075] <err> os: r0/a1: 0x00000004 r1/a2: 0x00000079 r2/a3: 0x00000000
[00:00:00.977,827] <err> os: r3/a4: 0x00000004 r12/ip: 0xffffffff r14/lr: 0x00073b21
[00:00:00.986,561] <err> os: xpsr: 0x21000000
[00:00:00.991,792] <err> os: Faulting instruction address (r15/pc): 0x0007374c
[00:00:00.999,742] <err> os: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
[00:00:01.007,516] <err> os: Current thread: 0x2000aaa0 (sysworkq)
[00:00:01.014,410] <err> os: Halting system
We have tried including CONFIG_MPSL=y, however it doesn't help. Are we missing any other project configs to make both protocols work?
Thanks,
RJ