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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/16/02 12:09
Read: times


 
#21828 - RE: Interupts and my sanity
Hi Josh,

to use interrupts you must initialize at least one interrupt source and jump to the interrupt handler from the matching interrupt vector.
Additional the global interrupt enable must be set. Also watch, that the stack was used and its needed RAM space was not corrupted by using as data space at the same time.

Nothing of these can be found on your code.

Peter


List of 5 messages in thread
TopicAuthorDate
Interupts and my sanity            01/01/70 00:00      
RE: Interupts and my sanity            01/01/70 00:00      
RE: Interupts and my sanity            01/01/70 00:00      
RE: Interupts and my sanity            01/01/70 00:00      
RE: Interupts and my sanity            01/01/70 00:00      

Back to Subject List