Hi,
I am using a custom board with the nrf52832 with SDK 13 and I have a bootloader and an application that both configure and feed the WDT.
However, upon restart (power off, followed by a power on) the application sometimes starts but gets stuck. This occurs at random instants and I see that the application starts with a LED right at the beginning of the code. However nothing else after that runs.
What might be causing this? I do need the WDT in the app and the bootloader to ensure that the MCU can recover properly
Thank you in advance.