Re: 12F683 timer0 imterupts
Shelton, the t0if bit will always be set when tmr0 overflows but it will not cause an interrupt unless the t0ie is set.
Re: 12F683 timer0 imterupts
ahHHHH THANK YOU , cheers
Re: 12F683 timer0 imterupts
so if i am monotoring the int flag in register only as i dont have a physical pin then this timer is going to be bit harder to manage if it not able to be enabled/ disabled
Re: 12F683 timer0 imterupts
Quote:
Originally Posted by
longpole001
so if i am monotoring the int flag in register only as i dont have a physical pin then this timer is going to be bit harder to manage if it not able to be enabled/ disabled
What are you trying to do actually?
I use timer overflow situation without enabling the interrupts to sense input from the user. If no user input through buttons of anything else and timer overflows the code goes somewhere else.
Re: 12F683 timer0 imterupts
i need timer0 to be used a sync timer so when a set interval occurs will trigger a resync subroutine , should be ok as long as the flag is checked very regular and the routines it triggers are not longer than the sync timer interval
Re: 12F683 timer0 imterupts
also looking at timer 1 of the 12F683 , can someone confirm if i am not using the physical interrupt pin , just monitoring interrupt flags , if timer 1 interrupt enable ( PIR1.0) need to be set, prior using timer 1