• Reentrant Stack
    Hi, I am using LARGE memory model for my project and so i enable reentrant stack in xdata by defining it in startup.a51 file as XBPSTACK EQU 1 Some of my function are defined reentrant for small...
  • 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...
  • size of reentrant stack of compact model
    The user manual of Cx51 describes that maximum size of reenterant stack in compact memory model is 256 Bytes . While in STARTUP.A51 sets its top to 0xFFFFh which is 64 KBytes. Can any body tell me what...
  • reentrant
    i am using an 89v51rd2 controller with out external RAM, i use the following reentrant function for one of the functionalities, i cant avoid it because this function can be recursively called any no...
  • REENTRANT
    I am currently trying to resolve a problem with calling printf from within an interrupt and keep getting the following warning. *** WARNING 15: MULTIPLE CALL TO SEGMENT SEGMENT: ?PR?PRINTF?PRINTF...