• 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...
  • constant placement
    Can I put ?CO?xxx on XDATA space using LX51 user segments "?CO?xxx (X:0x200)" thx all
  • variable placement
    How Can I fix CONST space on code banks for any C51 program? thx
  • St10 User stack
    Hi all, I have a question about ST10 user stack. In my linker file, I located it at 0xF0100, size x2000; so from 0xF0100 to 0xF20FF In my startup file, I can see the user stack init : MOV R0,#DPP2...