Hello
It seems that we had a crash during execution of nrf_bootloader_fw_activate() in an added sub function where we program an externally connected MCU and the bootloader was not able to recover.
Now, I see that the init function "nrf_bootloader_init" in nrf_bootloader.c under nRF5_SDK_16.0.0_98a08e2\components\libraries\bootloader shows that the firmware activation is done before WDT initialization.
Can someone explain why the WDT is not already initialized during FW activation?
Thank you.