Hi,
I am attempting to get Direct Test Mode working on my nRF54L15 while also having access to the normal BT stack.
Normally, if I run dtm_tr_init(), I can begin the test (dtm_tr_get, dtm_tr_process), but after a few bytes, the MCU faults with this error:
E: MPSL ASSERT: 2, 62
So, building with CONFIG_BT=n disables MPSL and the DTM test works properly.
However, when I try to uninitialize the MPSL (mpsl_lib_uninit) and then run DTM (dtm_tr_init), it succeeds but never responds to the first 0x00 byte.
Is there a proper way to get these modules to coexist, or does code utilizing the DTM library have to be built separately from anything using MPSL?
Thanks