• HConst and Edata???
    I'm having a problem with my program running. It will run if I delete some of my varible declarations. If I look at he map file the Edata has about 1k in it and so does the Hconst. If I leave my declarations...
  • Analog Devices ADuC8xx EDATA section (ADuC831) Windows Serial Downloader
    Does anyone on this board know the file format/structure the Windows Serial Downloader uses for writing the 4k EEprom data section? Documentation I've read doesn't seem to mention the file format...
  • Declaring EDATA in C-source?
    I am using a Philips 89C662 (with 768 bytes ERAM) and 32kByte XRAM. I would like to declare variables (globals and/or locals) in XRAM and and others in ERAM. Something like: idata int g_ivar; edata...
  • 89C669FA how to use EDATA
    Hello, Does any one know how to declare variables and structures to use all the available internal ram in P89C669FA, Philips calls them with various names such as XDATA, EDATA, HDATA etc, I am not able...
  • Using EDATA on 89C669
    Hi, Has anyone any ideas how to make variables use this ram space. I have latest Keil tools.