This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Keil doesnt stop on softreset/watchdog

Hello, 

Im trying to debug my fw using Keil, its running in debug mode and I have RTT printouts, but once softreset occurs debugger doesnt halt it. Device reboots and starts working again. Any idea how I can make it halt ? Or any other way to understand what triggers softreset. I think its watchdog, but where does the program get stuck before watchdog reset is triggered?

Im using FreeRTOS SD132v 7.2.0 and SDK 17.0.2 on NRF52832 with Level 0 optimization and DEBUG flag in compilation flags.

Related