Error 127: EEPROM full
makkia
Posts: 12
Hi everyone,
I am using BS2 to write a rather lengthy code for a big project. However, I am getting this error when I check syntax:
Error: EEPROM full.
What I understand is that the chip is out of instruction memory, which is probably the case since BS2's EEPROM is only 2K bytes. (~500 instructions, according to the manual).
However, this problem should be solved by changing the basic stamp module, for example, to BS2px which contains 8 x 2K bytes of EEPROM (~4000 instructions). but, it looks like the basic stamp compiler continues to have the same problem.
In fact, if I check the memory map for a different program, and it says that this program is taking 60% of the instruction memory, it seems that changing the chip from BS2 to BS2px results in the same results; that is, also shows that BS2px's instruction memory is 60% filled...
Is this some sort of a glitch? or does this error mean a completely different thing?
I appreciate the help,
Regards,
Makkia
I am using BS2 to write a rather lengthy code for a big project. However, I am getting this error when I check syntax:
Error: EEPROM full.
What I understand is that the chip is out of instruction memory, which is probably the case since BS2's EEPROM is only 2K bytes. (~500 instructions, according to the manual).
However, this problem should be solved by changing the basic stamp module, for example, to BS2px which contains 8 x 2K bytes of EEPROM (~4000 instructions). but, it looks like the basic stamp compiler continues to have the same problem.
In fact, if I check the memory map for a different program, and it says that this program is taking 60% of the instruction memory, it seems that changing the chip from BS2 to BS2px results in the same results; that is, also shows that BS2px's instruction memory is 60% filled...
Is this some sort of a glitch? or does this error mean a completely different thing?
I appreciate the help,
Regards,
Makkia
Comments
I also tried saving the file under the .bs2px format, but I'm still getting the 60% part for instruction memory...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
-Phil
This multiple slots thing is actually very interesting and is worth trying out
Thanks a lot for the help everyone [noparse]:)[/noparse]
http://www.parallax.com/dl/docs/cols/nv/vol3/col/nv87.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."