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

S212 ANT+ examples Timer problem

Hi,

I am trying to implement application timer to ant+ examples in SDK15.2. I used application timer tutorial here on devzone. The project builds fine, but when i run it on debugger, I can see that that timeout handler does not run. I added breakpoints to the code in timeout handler and also in the part of code where app_timer_create() and app_timer_start() is called and I can see that debugger stops on lines app_timer_create/app_timer_start() but does not stop on breakpoint in timeout handler, which means that timeout handler does not run through. Timer is configured in repeated mode. So any idea what should be happening wrong? 

Thanks

Pepam

Parents Reply Children
Related