• 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...
  • Segment in EDATA
    I want to make segment in EDATA, How it is possible
  • How to access EDATA memory on P89c669
    Hi, I am using the P89c669 micro controller and I want to use the EDATA memory of the MCU as the general purpose data memory. I have included the START_MX.A51 file in the my code. So please tell...
  • 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...
  • Using EDATA on 89C669
    Hi, Has anyone any ideas how to make variables use this ram space. I have latest Keil tools.