Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/21/04 15:20
Read: times


 
#81617 - Additional Information.
Responding to: ???'s previous message
Dear Friends,
In this system I am also using Timer 1 and timer 0 both in interrupt mode. Timer 1 is in 8 bit autoreload mode ticking every 75machine cycles I use it as a system timer for timing in several functions. Timer 0 is in 16 bit mode and is used for timing at only one function its interrupt is enabled and disabled in that function. Timer 2 is also used by the same function it is also activated and deactivated within this function.

I tried disabling the global interrupts by EA=0 when entering the ISR for timer 2 and enabling while leaving but this too has not been of any use.

All the experiments and observations simply suggest that something is wrong with the do while loop discussed in previous post. The moment I comment it out it starts working very well but when I use it it simply refuses.

Regards,
Prahlad Purohit

List of 18 messages in thread
TopicAuthorDate
Timer 2 interrupt with keil.            01/01/70 00:00      
   Additional Information.            01/01/70 00:00      
   what is I2CWAIT;            01/01/70 00:00      
      I2CWAIT is not Function.            01/01/70 00:00      
   Remove            01/01/70 00:00      
      Already tried remove using 1            01/01/70 00:00      
         Timer2 interrupt            01/01/70 00:00      
            Tried making all ISR variables global.            01/01/70 00:00      
               Timer2 Interrupt            01/01/70 00:00      
      Why remove using?            01/01/70 00:00      
      removing using            01/01/70 00:00      
         Re: Remove Using.            01/01/70 00:00      
   int usage            01/01/70 00:00      
      int operations reentrant or not?            01/01/70 00:00      
         varify with asm            01/01/70 00:00      
   A couple of things            01/01/70 00:00      
      Re: A couple of things - Neil            01/01/70 00:00      
         A couple of things            01/01/70 00:00      

Back to Subject List