View Full Version : From Basic stamp II to 2e, no memory free change?
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
allanlane5
07-29-2008, 09:25 PM
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.
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 Lindsay
07-29-2008, 11:27 PM
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.
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
Also see http://www.parallax.com/dl/docs/cols/nv/vol2/col/nv71.pdf·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
kelvin james
07-30-2008, 01:32 PM
Once the multi-slot program is loaded in the stamp, the editor will only download to any slot that has changed from the original.