Hi everybody,
The purpose of my attached program was to make a minute counter on four 7seg displays.
I start the program with a routine to test my hardware and to test the Xtal. In that routine everyting goes fine.
After the testroutine on my display comes, 1234 as expected.
But after a minute I expect 1235 on the display but the reality is that 1234 stays on the display.
Is there somthing wrong with the interne interrupt?
timer 0 interrupt
-
- Posts: 23
- Joined: Sat Jun 21, 2014 11:04 am
- Has thanked: 5 times
- Been thanked: 2 times
Re: timer 0 interrupt
Hi
you have your count set up wrong, take a look at this thread http://www.matrixtsl.com/mmforums/viewt ... xls#p15618
Download martins calc feed your data in and adjust the interupt count as suggested by the calc i mentioned,
let us know how you get on
Regards
Dazz
you have your count set up wrong, take a look at this thread http://www.matrixtsl.com/mmforums/viewt ... xls#p15618
Download martins calc feed your data in and adjust the interupt count as suggested by the calc i mentioned,
let us know how you get on

Regards
Dazz
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php
-
- Posts: 23
- Joined: Sat Jun 21, 2014 11:04 am
- Has thanked: 5 times
- Been thanked: 2 times
Re: timer 0 interrupt
I saw the interrupt freqency 15.259 Hz and I thougt it was 15 Thousand .... Hz, But in reality it is 15 Hz.
So I was a bit confused with the point (.) and the comma (,)
Now everything works fine!
So I was a bit confused with the point (.) and the comma (,)

Now everything works fine!