• Reentrant stack
    can anyone give me idea about reentrant stack
  • 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...
  • hardware stack
    hi, i've some trouble after a firmware update procedure, some like a stack misalignment o something strange... i'm quite newby, working with 8051 family from 4 mounths. I try to explain the trouble...
  • 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...
  • problem with stack pointer for reentrant functions
    Hello, i've got a problem when linking my project, I use large reentrant functions , so in the startup file, i want to initialise the variable C_XBP. But when i want to link my project, there is an...