• Reentrant Functions cause Link Warnings
    Hi, I modify some of my function to "reentrant" ones. After that, I got a bunch of unresolved extenals. Why? Further, should I declare the reentrant function prototypes "reentrant"? Like extern void...
  • Reentrant Functions cause Link Warnings
    Hi, I modify some of my function to "reentrant" ones. After that, I got a bunch of unresolved extenals. Why? Further, should I declare the reentrant function prototypes "reentrant"? Like extern void...
  • Problem passing pointer argument to reentrant function
    Hi All, TARGET I am using C51 tools to compile a simple app for an ST uPSD33xx. OUTLINE The problem I am experiencing maifests itself as an incorrect value in a pointer passed as an argument...
  • 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...
  • Problem passing pointer argument to reentrant function
    Hi All, TARGET I am using C51 tools to compile a simple app for an ST uPSD33xx. OUTLINE The problem I am experiencing maifests itself as an incorrect value in a pointer passed as an argument...