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 14:23
Read: times


 
#29269 - RE: Interrupting 8952 after each instruction
this may be done by holding an ext interrupt pin low

It also can be accomplished by setting the TI bit and generating a serial port interrupt.

In the serial port interrupt you must clear TI and then set it. Another interrupt will be generated. When you exit the ISR, the MCU will execute 1 instruction and return to the serial ISR.

This requires no external hardware.

Jon

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