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

Programming

Hello!!
I am trying to program a code for my project.
But, after building the code in Keil uVision4, I am getting following errors:

*** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: ?DT?GEOFENCE LENGTH: 0066H
*** ERROR L105: PUBLIC REFERS TO IGNORED SEGMENT SYMBOL: LATITUDE2 SEGMENT: ?DT?GEOFENCE
Program Size: data=111.4 xdata=0 code=505
Target not created

Can anybody help me in this problem?

Parents Reply Children
  • "the many memory spaces of the '51 has led to many interpretations of how to "sell" the memory size."

    None of them probably wrong. It's always the users task to read through the datasheets/user manuals and learn what they have, what it can do and what it can not do. Assumption is the mother of all *** ups.

  • The usual way to sell anything is to quote it so as to give the biggest number possible.

    In the case of 8051 RAM, that usually means adding up everything and quoting the sum.

    As always, and as has already been noted, it is up to the reader to take care to find out what the number actually means!