Hi All,
How do I disable the BLE stack completely such that I can switch to the DTM stack (DTM example using direct nrf_radio calls)?
Current I disable advertising and then run DTM_init(); but zephyr crashes in the call to radio_reset().
mpsl_init: MPSL ASSERT: 112, 2236
My requirement is to switch between BLE and DTM, and them back to BLE during production testing.
I'm using SDK 1.9.1
Thanks
Simon