• Reentrant stack & hardware stack ...
    From Cx51 User's guide, I learned that: The simulated stack area for reentrant functions is organized from top to bottom—it stacks down. The 8051 hardware stack is just the opposite and is organized...
  • msc1200_adc on hardware
    The example program msc1200_adc works in the simulator, but does not appear to run on the msc1200evm hardware. If the Ouput -> Run User Program box is checked and the name of the download is corrected...
  • Hardware Question
    Hi, I building a project at the minute and have noticed that my store manager has given me the wrong latch for my external memory. He gave me the SN74LS73AN while the one he should of gave me is the...
  • Stack
    Hi, I want to know the order in which processor save data on stack while interrupt occurs. It will store PC, PSW, and other data i.e. registers. In which order it will save these on stack ? In...
  • stack
    In keil uvision51 IDE how we will set the starting stackpointer? Is it possible to set it on target settings? If so how?