• User Stack Placement
    I am considering placing the user stack into internal ram. It defaults into near which is assigned to the first 16k external ram. I am a bit confused about the asm in the startup file. The section Ex...
  • User Stack Placement
    I am considering placing the user stack into internal ram. It defaults into near which is assigned to the first 16k external ram. I am a bit confused about the asm in the startup file. The section Ex...
  • 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...
  • 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...