Shop OBEX P1 Docs P2 Docs Learn Events
Where do I put this? — Parallax Forums

Where do I put this?

ArchiverArchiver Posts: 46,084
edited 2001-07-05 10:37 in General Discussion
I have some data that I need to perform a calculation on. The data
will be read in via a wireless device byte by byte, and stored in an
expansion card for the Stamp. My question is, can I use the expansion
card to also house part of my program? It's getting pretty big.

-Chilton

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-07-05 10:37
    Hi Chilton,

    You can put the data from your DATA statements into an expansion board and
    so free up program space.
    Note however that you can not use the READ and WRITE commands anymore to
    access that data.
    Tou will need the read and write functions for your expansion board. If this
    will really save program space
    depends on the amount of DATA and how much more space the exp. board
    read/write occupy compared
    to the stamps read/write. Also note that you need to run a separate program
    to store the data in the exp. board.

    If you own a BS2SX. BS2E or BS2P you have the option to put your DATA into
    another slot of course.
    The BS2P allows you to flat address all EEPROM. These devices also allows
    you to RUN programs in
    another slot. And before you have filled 8 slots.... then you have a really
    big program.

    Greetings peter


    Oorspronkelijk bericht
    Van: chilton@t... [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=DbK4AQBtUYU6WG6Ti3gdODapTwEDCbGaZd9rE7tf5VXLkVmz6obMzZsdx8-QbYdGrOCMC95PFWEK]chilton@t...[/url
    Verzonden: woensdag 4 juli 2001 23:00
    Aan: basicstamps@yahoogroups.com
    Onderwerp: [noparse][[/noparse]basicstamps] Where do I put this?

    I have some data that I need to perform a calculation on. The data
    will be read in via a wireless device byte by byte, and stored in an
    expansion card for the Stamp. My question is, can I use the expansion
    card to also house part of my program? It's getting pretty big.

    -Chilton

    To UNSUBSCRIBE, just send mail to:
    basicstamps-unsubscribe@yahoogroups.com
    from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.


    Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Sign In or Register to comment.