??? 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 |
Topic | Author | Date |
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 |