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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/18/03 02:42
Read: times


 
#41750 - RE: Over Run Interrupt Memory space Using C
Responding to: ???'s previous message
Not quite sure what you mean here - please explain further.

Keil works by putting a LJMP to the ISR in the appropriate vector location - so the compiler imposes no specific limit on the size of your ISR.

I dunno if Keil C51 is smart enough to spot when you have a really tiny ISR, and place it "in-line" at the vector location?

On the other hand, Keil C51 will place code at unused locations in the interrupt vector table - so the usual advice to always have a handler for All interrupt sources applies!

List of 8 messages in thread
TopicAuthorDate
Over Run Interrupt Memory space Using C            01/01/70 00:00      
   RE: Over Run Interrupt Memory space Using C            01/01/70 00:00      
      RE: Over Run Interrupt Memory space Using C            01/01/70 00:00      
         RE: Over Run Interrupt Memory space Using C            01/01/70 00:00      
   RE: Over Run Interrupt Memory space Using C            01/01/70 00:00      
      RE: Over Run Interrupt Memory space Using C            01/01/70 00:00      
   RE: Over Run Interrupt Memory space Using C            01/01/70 00:00      
      RE: Over Run Interrupt Memory space Using C            01/01/70 00:00      

Back to Subject List