• constant placement
    Can I put ?CO?xxx on XDATA space using LX51 user segments "?CO?xxx (X:0x200)" thx all
  • Avoiding Global Variable Placement at X:0000
    Hi All. A subtle but interesting problem cropped up from a Salvo user ... basically, a service wasn't working because the user had placed Salvo's global variables in xdata space AND Cx51 happened to...
  • RW Initalization Data Placement
    Hi, I am writing an integration-test for my bootloader (running on a Cortex M3, STM32F217) which has several fallback-facilities. To test these, I need to corrupt a part of my executable flash. ...
  • 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...