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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/22/02 06:58
Read: times


 
#26096 - RE: Receiving data from External Interrupts
Shahid,

Interrupt handling is different in C and assembly. Which one you are using for your application?

Also as Kunal described, there is no data associated with interrupts except serial interrupt. However you may have an interrupt from a device such as ADC, which might interrupt the micro that new data is availabale, it is the a matter of reading ADC then.
It all depends upon how interrupts have been used, and whether there is some data associated with that interrupt or the interrupt is just an event without any data.

IA

List of 9 messages in thread
TopicAuthorDate
Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interru            01/01/70 00:00      

Back to Subject List