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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/11/01 10:11
Read: times


 
#13136 - RE: boot, applicative progr. with interrupts
HI gouezel
Can you try this? (just a little change)
ItAppli.c:
void ITx(void) interrupt x using y {
MyITx:
TreamentMyITx();
}
void TreamentMyITx(void) {
... // My treament of IT vector x
}
Just try !
May this way make the compiler directive don't see your MyITx.
How lenght of interval between IVT in apllication area?
May be it's up to this.




List of 4 messages in thread
TopicAuthorDate
boot, applicative progr. with interrupts            01/01/70 00:00      
RE: boot, applicative progr. with interrupts            01/01/70 00:00      
RE: boot, applicative progr. with interrupts            01/01/70 00:00      
RE: boot, applicative progr. with interrupts            01/01/70 00:00      

Back to Subject List