Shop OBEX P1 Docs P2 Docs Learn Events
Memory map for BS2e — Parallax Forums

Memory map for BS2e

joeymanjoeyman Posts: 2
edited 2007-06-19 23:14 in BASIC Stamp
The code for one of our projects was occupying 85% of the EEPROM on our BS2, so we invested in a BS2e in order to have room to expand. We installed the new chip, changed the code into BS2e mode, and downloaded the code onto the chip. However, the memory map still shows 85% EEPROM usage. Are we misunderstanding how this is supposed to work? Thank you in advance.

Comments

  • FranklinFranklin Posts: 4,747
    edited 2007-06-19 22:20
    The memory is more but it is organized into pages and you need to split your program up into sections that can run in each page and then switch between them. Probably described in the basic stamp editor help files.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • joeymanjoeyman Posts: 2
    edited 2007-06-19 22:32
    I have pretty much made it to the end of the Internet looking for documentation that would support that. Can you point me in the right direction?
  • Steph LindsaySteph Lindsay Posts: 767
    edited 2007-06-19 23:14
    Take a look at this forum thread, which also has a link to a Nuts & Volts article on the subject:

    http://forums.parallax.com/showthread.php?p=614001

    Hope this gets you rolling,



    Stephanie Lindsay

    Editor, Parallax Inc.
Sign In or Register to comment.