Using BLE and ESB (Enhanced Shockburst) simultaneously

Hello,

We are using nRF Connect SDK 2.0 on an nRF52832 and were wondering if it is possible to use BLE and Shockburst simultaneously?

If I compile enabling both Shockburst and bluetooth I get this error when calling `esb_start_tx()`, even without initializing the bluetooth stack actively.

[00:00:03.007,446] <err> mpsl_init: MPSL ASSERT: 112, 2189
[00:00:03.007,476] <err> os: ***** HARD FAULT *****
[00:00:03.007,476] <err> os:   Fault escalation (see below)
[00:00:03.007,507] <err> os: ARCH_EXCEPT with reason 3
[00:00:03.007,507] <err> os: r0/a1:  0x00000003  r1/a2:  0x00008004  r2/a3:  0x0000002e
[00:00:03.007,537] <err> os: r3/a4:  0x00000000 r12/ip:  0x20002440 r14/lr:  0x00000000
[00:00:03.007,537] <err> os:  xpsr:  0x41000011
[00:00:03.007,568] <err> os: Faulting instruction address (r15/pc): 0x0001e6ec
[00:00:03.007,568] <err> os: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
[00:00:03.007,598] <err> os: Fault during interrupt handling

[00:00:03.007,629] <err> os: Current thread: 0x20002370 (idle)
[00:00:04.034,606] <err> os: Halting system


Is it possible to get this working together? Maybe with some MSPL configurations?

Thank you in advance!

Kind regards,
Jonas

Related