• variable placement
    How Can I fix CONST space on code banks for any C51 program? thx
  • 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...
  • 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. ...
  • 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...