• Defaulting variables to HDATA
    Hello. This problem seems to have come up a few times in the past.. - http://www.keil.com/forum/docs/thread2857.asp - http://www.keil.com/forum/docs/thread3123.asp - http://www.keil.com/forum...
  • Defaulting variables in HDATA
    Hi all, I have an existing C-code base that we need to re-use in a new product(DS80C400). I'm running into an issue where uVision is throwing all of the variables into XDATA (thus overflowing and causing...
  • Defaulting to HCONST and HDATA
    C51 v7.20, Dallas DS80C400 in contiguous mode. (not a regular 8051 memory architecture) Using the LARGE memory model, is it possible to get the compiler to automatically assign variables to the HDATA...
  • Locating segments in HDATA by default
    Okay, I think this should be an easy one! I have a program/data partition at 0x20000. I also have internal SRAM from 0-0x1300. Without the 'Use internal SRAM' box checked, I get this config: ...
  • variables at same memory places
    I have declared in source file src1.c following variables. xdata unsigned char keybuffer[8]; unsigned int keys; unsigned char keyctr; I have an another source file src2.c and I want to declare...