On Fri, Mar 31, 2017 at 12:56 AM, will sanfilippo <[email protected]> wrote: > Amit: > > I cannot be sure but I think I understand the problem you are having. The > nordic delay routines do not use the OS and thus you are sitting in that loop > constantly. The watchdog is enabled and you are probably watch dogging since > the task that is supposed to tickle the watchdog is not able to run. A quick > way to verify this would be to use the blinky code that uses os_time_delay(). >
Apologies for late response. Indeed, it was the problem. Thanks, Amit
