This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

XDATA Range Error

I'm using the latest (Evaluation) version of UVision2. I have a project in which the EPROM and RAM are tied together. The EPROM is at 0-7fffh and the RAM at 8000h-FFFFh. In Target Options I get the error (XDATA memory range out of bounds) if I try to set up 8000h as a RAM starting address.

Please Help
Brian

Parents
  • I'm using the evaluation version & Dallas 80c320. In the "options for target 'Simulator'" box, if I enter a 0x8000 Start address for off-chip XDATA memory I get a (XDATA memory range out of bounds) error.

    I'm assuming that the compiler uses this address for ,at least, error checking.

Reply
  • I'm using the evaluation version & Dallas 80c320. In the "options for target 'Simulator'" box, if I enter a 0x8000 Start address for off-chip XDATA memory I get a (XDATA memory range out of bounds) error.

    I'm assuming that the compiler uses this address for ,at least, error checking.

Children