Basic Stamp 2px - is the code space divided?
SN96
Posts: 318
Hello all,
The Basic Stamp 2px - is the code space divided into blocks like the bs2e? If so, does this make it tricky to program?
Thanks
The Basic Stamp 2px - is the code space divided into blocks like the bs2e? If so, does this make it tricky to program?
Thanks
Comments
·· The BS2px24 EEPROM is divided up into 8 slots.· Each slot is 2K.· As for programming, you still have 2K total (Like a BS2) but you can have the current program run another program using the RUN command.· You can preserve your variables from one slot to the next.· Finally, you can use the STORE command to allow READ and WRITE to work in other slots for data logging/storage.· Please see the help file or BASIC Stamp Manual on the listed commands for more information.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com