• 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 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...
  • Stack not reset correctly when have structure returned from function array
    We have C compilers version 4.03 and was wondering if any compiler versions after this has this problem. We have a function array set up to point to functions that return a structure. We have found...
  • Stack not reset correctly when have structure returned from function array
    We have C compilers version 4.03 and was wondering if any compiler versions after this has this problem. We have a function array set up to point to functions that return a structure. We have found...
  • Modify the stack pointer for a memory check
    Hello everybody! I want to do an memory check on a XC16X board. My problem is, that I don't know how to check the stack? Can I copy the stack and move the pointer, or is there any other way to do that...