• Reentrant?
    I rarely ask questions on this forum, but since I couldn't [easily] find it in the help-files, or on-line, I'm asking you guys. I usually (like never) don't use the 'reentrant' pragma, but I think...
  • 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...
  • 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
    Will compiler C51 support reentrant function ? Here, there are two cores 8051 and 80515(advance). Will the function defined as reentrant for both cores will be supported by C51 or not ? Thanks.