Tagged Questions

0
votes
1answer
254 views

AVR Long running code from within timer interrupt

I've got some code that needs to run every 2 minutes which seems simple enough. The problem seems that triggering a long running process from within a timer causes the timers to go wobbly? any ...