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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/23/02 08:17
Read: times


 
#21094 - RE: help on interrupts please
check up carefully, if all the pushes and pops are matching. otherwise if u push a data and then withouth popping if u use the reti, then the pushed data will be loaded as address in program counter and result is chaos.
if the interrupt level is held on after returning from the ISR, then the processor will execute at least one instruction and then jump to the ISR again. check if this is happening.
enjoy..........

List of 8 messages in thread
TopicAuthorDate
help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      
RE: help on interrupts please            01/01/70 00:00      

Back to Subject List