lab11 / signpost

Exploring what happens when you put computers on sign posts.
Apache License 2.0
90 stars 7 forks source link

Timer callbacks getting lost somehow (probably) #17

Open bradjc opened 8 years ago

bradjc commented 8 years ago

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 commented 7 years ago

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

ppannuto commented 7 years ago

@bradjc is this still an issue?