This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 error :
UNRESOLVED EXTERNAL SYMBOL
?C_XBP

Please help me !!!