Shop OBEX P1 Docs P2 Docs Learn Events
ERROR 124- Data ccupies same location as program — Parallax Forums

ERROR 124- Data ccupies same location as program

WORTHYWORTHY Posts: 1
edited 2012-07-31 14:39 in BASIC Stamp
I'm working on a project using a GPS module, a transmitter, and a receiver in Basic Stamp. The transimitter and GPS device is on the same Basic Stamp board in order to send the informton from the GPS through the transmitter to the receiver on another Basic Stamp board. Our problem is the "ERROR 124- Data ccupies same location as program" message received everytime we try to run the program using the GPS code. If you would like us to upload the code to further assist us, please inform us. """ message recieved jhjjjkjc i

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2012-07-31 14:39
    You'll have to attach your code to a reply if you want specific advice. You're probably using the DATA statement and specifying that the data is to come near the end of the 2K of memory. The program is allocated from the end of memory downwards. You're supposed to use the beginning of memory for any DATA areas. Read the sections of the Stamp Manual on the READ / WRITE / DATA statements for more details and examples.
Sign In or Register to comment.