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

Back to Subject List

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


 
#13190 - RE: Do interupts use flags?
I'm not sure what you mean.
You ask about flags, but I think you are talking about interrupt vectors.
The vectors are indeed at the beginning of the FLASH (or ROM for that matter). Every interrupt source has it's own (or shared) vector. See the specs of your processor for details.
If you use a development board with monitor program, the vectors are usually fixed in this monitor ROM, so you can't change them. The monitor program then gives you the possibility to jump to your own interrupt routine by placing some jmp instructions or jump table somewhere in RAM. Where exactly depends on the monitor program you use.

Happy programming.

List of 15 messages in thread
TopicAuthorDate
Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      
RE: Do interupts use flags?            01/01/70 00:00      

Back to Subject List