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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/17/02 15:02
Read: times


 
#29274 - RE: Interrupting 8952 after each instruction
if iam not mistaken.....azhar wants to interrupt each instruction for debugging purposes...
if that is the case....connect a push button to both, an external interrupt as well as a port pin. when u press it once, the controler will vector to the address location of the external interrupt... in this ISR you can write a code that checks the status of the port pin to which you have connected the push button. the ISR should return to main program when the status at the port pin is changed...
let me know if this works
regards
tushar

List of 8 messages in thread
TopicAuthorDate
Interrupting 8952 after each instruction            01/01/70 00:00      
RE: Interrupting 8952 after each instruction            01/01/70 00:00      
RE: Interrupting 8952 after each instruction            01/01/70 00:00      
RE: Interrupting 8952 after each instruction            01/01/70 00:00      
RE: Interrupting 8952 after each instruction            01/01/70 00:00      
RE: Interrupting 8952 after each instruction            01/01/70 00:00      
RE: Interrupting 8952 after each instruction            01/01/70 00:00      
RE: Interrupting 8952 after each instruction            01/01/70 00:00      

Back to Subject List