• Absolute placement of stack
    Hello, I'm using an LPC2478. Can you refer me to the place in the documentation of RealView where absolute location of the stack is demonstrated? I have found some references but they all require to...
  • Absolute placement of stack
    Hello, I'm using an LPC2478. Can you refer me to the place in the documentation of RealView where absolute location of the stack is demonstrated? I have found some references but they all require to...
  • LX51, ?STACK Segment Placement Oddities
    I want to fix two variables at the top of IDATA using the _at_ keyword, a 1 byte variable at 0xFD and a 2 byte variable at 0xFE (both variables are in two separate C modules, so two segments are created...
  • LX51, ?STACK Segment Placement Oddities
    I want to fix two variables at the top of IDATA using the _at_ keyword, a 1 byte variable at 0xFD and a 2 byte variable at 0xFE (both variables are in two separate C modules, so two segments are created...
  • Top of stack placement logic in uvison
    Hi all, TL;DR: why does not uvision sets the initial stack pointer to the top of the sram? Verbose: I'd like to understand how uVsion sets the top of the stack for STM cortex m0+ devices for a project...