Content originally posted in LPCWare by kacso on Wed Sep 05 07:57:04 MST 2012
I assigned the highest priority to the timer but there is no change, timer is too fast again. I think that priority doesn't mean anything in this problem because timer could just be to slow if priority is to low, but it couldn't be to fast.
I thought that the problem is with clearing interrupt in interrupt handler, I was doing it on the end, now I clear it on the beginig of handler, but there is no change.
Any idea?