Shop OBEX P1 Docs P2 Docs Learn Events
From Basic stamp II to 2e, no memory free change? — Parallax Forums

From Basic stamp II to 2e, no memory free change?

JPFJPF Posts: 10
edited 2008-07-30 06:32 in BASIC Stamp
Because I need more memory space for my programs, I bought the Basic stamp 2e to replace the Basic stamp II. I was especting to see more free space in the Memory Map of the Basic Stamp Editor, but I· am seeing the same Free %... even though I have already change the directive to {$STAMP BS2e}... Why is that? Does the 2e have more memory for programs?
Thanks 4 any advice.
Juan P

Comments

  • allanlane5allanlane5 Posts: 3,815
    edited 2008-07-29 14:25
    The 2e has more memory "slots" of EEPROM that you can use with the "RUN" keyword.\

    So you need to use "multi-slot" programming to use the additional memory.
  • JPFJPF Posts: 10
    edited 2008-07-29 14:52
    Thanks for your answer! I am now wondering how can I send a program from the Editor to a specific slot and also if there is a way to see the memory map of a specific slot.

    Thanks in advance
    Juan P
  • Steph LindsaySteph Lindsay Posts: 767
    edited 2008-07-29 16:27
    This Nuts & Volts column on Multi-Bank Programming could be a useful resource for you:

    http://www.parallax.com/Portals/0/Downloads/docs/cols/nv/vol3/col/nv87.pdf



    You can access all of the Nuts & Volts columns and source code from here:

    http://www.parallax.com/tabid/272/Default.aspx



    Stephanie Lindsay

    Editor, Parallax Inc.
  • JPFJPF Posts: 10
    edited 2008-07-30 00:59
    Thanks for your info Stephanie, I have read the articles but have some doubts about it. There is any way to send a program to a particular slot? Or the only way is sending the whole project group using the {$STAMP BS2e,file1,file2,...,file7} way?

    Thanks in advance/
    Juan Pablo Ferrer
  • ercoerco Posts: 20,256
    edited 2008-07-30 03:18
    Also see http://www.parallax.com/dl/docs/cols/nv/vol2/col/nv71.pdf·

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·"If you build it, they will come."
  • kelvin jameskelvin james Posts: 531
    edited 2008-07-30 06:32
    Once the multi-slot program is loaded in the stamp, the editor will only download to any slot that has changed from the original.
Sign In or Register to comment.