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

EEPROM memory

hclamhclam Posts: 5
edited 2005-09-12 10:28 in BASIC Stamp
Hi all,

Previously I bought a STAMP BS2 to do my project but found that the EEPROM space(2k only)·is not sufficient for my applications.

Recently I get a higher EEPROM size STAMP(BS2pe-32k EEPROM memory) and plug into my application but found that the 'Memory Map' it stil show 2k of memory!

Can somebody tell me how to access and view·the rest of the EEPROM space? Thank you very much!

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-09-12 10:28
    See the RUN command -- that lets you jump from one slot to another. You can use the Scratchpad RAM to pad values back and forth. With the BS2pe you also have the STORE instruction which lets you select which slot READ and WRITE uses; this may be helpful if you're consuming most of your code space with DATA statements.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
Sign In or Register to comment.