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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/22/03 15:35
Read: times


 
#53107 - RE: Read data from MT8888 dtmf chip
Responding to: ???'s previous message
Your may have some problems if you try to call your subroutines Read_CReg() and Read_RReg() from the interrupt context becasue this will step on your mainline register set 0. The interrupt thread you have using register set 1. The subroutines named above called from the interrupt context know not to save any registers used in the subroutines. If the mainline context had these in use at the time they get trashed by the interrupt coming along.

Michael Karas


List of 7 messages in thread
TopicAuthorDate
Read data from MT8888 dtmf chip            01/01/70 00:00      
   RE: Read data from MT8888 dtmf chip            01/01/70 00:00      
      RE: Read data from MT8888 dtmf chip            01/01/70 00:00      
   RE: Read data from MT8888 dtmf chip            01/01/70 00:00      
   RE: Read data from MT8888 dtmf chip            01/01/70 00:00      
   RE: Read data from MT8888 dtmf chip            01/01/70 00:00      
      Read data from MT8888 dtmf chip            01/01/70 00:00      

Back to Subject List