Shop OBEX P1 Docs P2 Docs Learn Events
EEPROM Question — Parallax Forums

EEPROM Question

SpencerSpencer Posts: 17
edited 2006-02-16 16:26 in BASIC Stamp
I recently upgraded to a BS2p from a BS2 and the memory map still displays the same amount of EEPROM as the BS2 had.· Is there something that I am not doing right or is there something that I need to do to access the extra memory.· Thanks.

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2006-02-16 16:26
    The extra EEPROM space is not contiguous but is split up into 8 banks or slots.· Each one can hold a program, but you cannot GOTO or GOSUB across slots.· You can use the RUN command to transfer control from one slot to another.· STORE allows you to use the READ/WRITE commands to access multiple slots.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
    csavage@parallax.com
Sign In or Register to comment.