• Reentrant Functions
    Hi I need to know if either of the functions defined below is set up the right way to make it reentrant. They are both delay functions that will be called more than once at the same time. I think there...
  • reentrant function
    hi, 1'm using the RTX51Tiny and am trying to implement a "mailbox"-like function to allow tasks to intercommunicate. The core structure of my program looks like this: //startup.a51 has been modified...
  • reentrant function
    what is reentrant function?
  • Generate Reentrant Functions
    There is a new configuration in Keil Options for Target - CX2 - Generate reentrant functions. What is this new feature for? Does this mean that after I choose this configuration - Generate reentrant...
  • Reentrant Function call
    Hi. I m using 89C51. I have made all those functions that are called from non-ISR as well as ISR as reentrant and defined reentrant stack in XDATA. Here, i want to know that for each call to reentrant...