signpost icon indicating copy to clipboard operation
signpost copied to clipboard

Timer callbacks getting lost somehow (probably)

Open bradjc opened this issue 9 years ago • 2 comments

With watchdog timer firing at 250 ms, app watchdog timer firing at 30 s, and app timer firing at 6 s, every 235 s the app seemingly stops getting a callback for the 6 s app timer. 30 s the app watchdog fires and resets the MCU.

Disabling the HW watchdog and watchdog timer (the 250 ms one) seems to make this problem go away. Changing the app timer interval does not seem to have any effect.

bradjc avatar Oct 19 '16 05:10 bradjc

Oooh this is what Branden was thinking of. Yeah hopefully this is fixed with the bug fix to virtual_alarm.rs.

bradjc avatar Jan 18 '17 05:01 bradjc

@bradjc is this still an issue?

ppannuto avatar Mar 01 '17 19:03 ppannuto