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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/22/04 13:20
Read: times


 
#72944 - RE: Using different Reg Bank in ISRs
Responding to: ???'s previous message
Sanjay:
You mentioned that you set the stack at 50H. And then you said that you started your data allocations at 30H. Do all of your global data and buffers fit in the space from 30H to 50H (32 or 33 bytes worth) ? If you have more data than that then you are putting your data in the stack area where pushes and calls will cause your data to be modified. Try moving the SP above all data. (Recall that SP grows upward on an 8052).

Michael Karas


List of 9 messages in thread
TopicAuthorDate
Using different Reg Bank in ISRs            01/01/70 00:00      
   RE: Using different Reg Bank in ISRs            01/01/70 00:00      
   RE: Using different Reg Bank in ISRs            01/01/70 00:00      
      RE: Using different Reg Bank in ISRs            01/01/70 00:00      
         RE: Using different Reg Bank in ISRs            01/01/70 00:00      
   RE: Using different Reg Bank in ISRs            01/01/70 00:00      
   RE: Using different Reg Bank in ISRs            01/01/70 00:00      
      RE: Interrupts and register banks            01/01/70 00:00      
   Thanks All            01/01/70 00:00      

Back to Subject List