Hi,
I am debugging an Application running on a custom board that uses the NORDIC nrf52832 processor connected to an IMU over twi. I am using SDK17.0.2
I find WDT is kicking in restarting the application at a particular point. There is nothing wrong with the code at the point of reset.
The Code Generation Optimisation is set to NONE and I am using the SEGGER IDE to debug.
My Application used DFU with. secure bootloader so I flash the hex files first and then connect the IDE via Jlink followed by attaching the Debugger.
How can I prevent the WDT from reseting the board during DEBUG process?