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
  • Yes. But first, you have to tell us what makes your project different from the other projects where people have posted here about the data segment overflowing.

    Have you spent time checking the datasheet for your processor?
    Do you know what processor it is?
    Do you know how much RAM (and of which types) your processor has?
    How does the amount of RAM in the processor correlate with the amount of RAM you actually need?
    What would be suitable steps to get a balance between needed amount of RAM and available amount of RAM?

Reply
  • Yes. But first, you have to tell us what makes your project different from the other projects where people have posted here about the data segment overflowing.

    Have you spent time checking the datasheet for your processor?
    Do you know what processor it is?
    Do you know how much RAM (and of which types) your processor has?
    How does the amount of RAM in the processor correlate with the amount of RAM you actually need?
    What would be suitable steps to get a balance between needed amount of RAM and available amount of RAM?

Children