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