• Sub classes in NDATA class
    Problem: Is there a way to define groups of variables in different modules and then to force the linker to locate all these in one contiguous memory region. This would be helpful for parameter-variables...
  • Linker Problem, NDATA Overflow
    Hello everybody, I work with the XC2388C-200F MCU from Infineon and the uVision4. In the target options I have chosen the "HLarge"-Memory model and for the near memory I switched to "48"KB RAM...
  • Is There a 32K Limit for Flash Programming?
    Im using an ST10F269 chip and trying to program my application into Flash. Everything was working fine until my compiled application grew past 32k bytes. I can run the application in development mode...
  • DPP, near, NCONST, NDATA, speed, DPPUSE directive
    Hi all, Could somebody please point me to a DPP-registers-for-dummies resource? I have read the application notes and datasheets etc. but they only mention that DPP registers -exist-. I'm still not...
  • 32K Banking with MERGE32K enable
    I try to use 128K Flash memory of 89C51RE2 and its memory layout as the following: 0x0000 - 0xFFFF (common area) 0x10000 - 0x17FFF (bank 1) 0x18000 - 0x1FFFF (bank 2) I am using BL51 and OC51...