Hi, I want to logg faults on my system so in the app_error_handler I want to store some data to flash. This location in flash is erased earlier when no error was present so I only want to do a write here. I want to call sd_softdevice_disable and then nrf_nvmc_write_bytes but sd_softdevice_disable hangs the system. Is there any other way to shut down the softdevice that I can do while in error state?