Has anybody seen my timer?
Posted: Sun Jun 03, 2012 11:45 am
I am following jmolloy's (very good) tutorial and have just finished multitasking. When I run it, I get the text output twice (yay!) but then I notice that my timer never ticks again (I have a display of my timer count).
Does anybody know why this is happening? Are interrupts disabled somewhere inexplicitly?
As far as I can see, the code (which forks, then prints stuff then while(true)'s) should print stuff twice then keep switching back and forth between the two tasks, which are both in infinite loops. Am I wrong?
Many thanks
Does anybody know why this is happening? Are interrupts disabled somewhere inexplicitly?
As far as I can see, the code (which forks, then prints stuff then while(true)'s) should print stuff twice then keep switching back and forth between the two tasks, which are both in infinite loops. Am I wrong?
Many thanks