I have incorporated the DTM example into my application. It works as expected when I set the NRF_POWER->GPREGRET and then perform a reset sd_nvic_SystemReset() , then enter DTM mode dtm_exec() as suggested in example.
I am trying to enter DTM mode from the application itself without performing a reset.
I disable the softdevice by using the function sd_softdevice_disable() and then call the function dtm_exec() but the UART doesn't seem to be working, any idea if the following method is even possible