Posted on November 29, 2006 at 08:30*solved* :) Problem was in not correctly resetting the counter register CTR in the interrupt. It looked like a minimum time of 13 ms. In reality this was the result of 2 interrupts (timer 1 and 2 ) during the coml...
Posted on November 29, 2006 at 04:02Hi PRW, Thnx for your answer. I need an interrupt only every 10 ms, that's why I choose for a timer prescaler of 8000. When I use a value of 8, it will generate a TOF interrupt every 0.256 ms. Off course I can red...
Posted on November 28, 2006 at 13:27On my ST7 2F561 I have a problem with the 8 bit timer. Goal is to create a 10ms interrupt, which I need for running a certain task. This is done by using the 8 bit timer, running with the 8000 prescaler. Al seems ...