Timer collisions

Hi All,

I’ve run into something a little strange that I’m still debugging but I’m suspecting that my timers are the issue.
I’m wondering what happens if you have multiple timers running at 60sec and 20sec intervals, by the 3rd loop round both will activate at the same time. In my case 1 is for an uplink event and the other is to check an i2c sensor. It seems that when they both trigger at the same time I end up in a hung state with the CPU active based on power consumption monitoring.

Thanks