• USERCLASS issue
    Hi all I'm hoping someone can help me locate my code the way I need to. I want to put a portion of my code in a specific address range, and exclude all other code from this region. Following http...
  • 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
  • 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...