Shop OBEX P1 Docs P2 Docs Learn Events
Serial EEPROM — Parallax Forums

Serial EEPROM

MacGeek117MacGeek117 Posts: 747
edited 2005-02-01 01:58 in General Discussion
How would I connect another serial EEPROM to the Basic Stamp for extra memory? idea.gif
Could you please include scematics.
bugg

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
So many projects, so little time.

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-01-30 17:41
    Which EEPROM? ... there are a bunch out there.· If you look in our help file you'll find circuits in the I2CIN/I2COUT commands.· Another thing that escapes many: the tech docs for the part you want to work with will include connections.· If you haven't downloaded the tech docs for the part you're interested in working with then you have skipped Step 1 of the design process.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas, TX· USA


    Post Edited (Jon Williams) : 1/30/2005 5:44:19 PM GMT
  • JonbJonb Posts: 146
    edited 2005-01-31 03:48
    I think he wants to augment the storage capacity of the eeprom where the tokens are stored.
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2005-01-31 03:55
    That is not possible.· You can add external EEPROM for your own data, but not to increase the program space.· Not directly, anyway.



    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage

    Knight Designs
    324 West Main Street
    P.O. Box 97
    Montour Falls, NY 14865
    (607) 535-6777

    Business Page:·· http://www.knightdesigns.com
    Personal Page:··· http://www.lightlink.com/dream/chris
    Designs Page:··· http://www.lightlink.com/dream/designs
    ·
  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-01-31 04:37
    Not indirectly either....

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas, TX· USA
  • Paul BakerPaul Baker Posts: 6,351
    edited 2005-01-31 05:06
    well...it is possible, but is extremly limited, tortured and not worth the effort: conditional code execution using token lookup. But its so laborious and your essentially writing an interpretor that is run by an interpretor, so its not even worth further mention. And BASIC is not a language you want to write an interpretor in, beyond the whole compiled vs. interpretor issue.

    Post Edited (Paul Baker) : 1/31/2005 5:18:42 AM GMT
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2005-02-01 01:58
    Hence my not directly comment.



    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage

    Knight Designs
    324 West Main Street
    P.O. Box 97
    Montour Falls, NY 14865
    (607) 535-6777

    Business Page:·· http://www.knightdesigns.com
    Personal Page:··· http://www.lightlink.com/dream/chris
    Designs Page:··· http://www.lightlink.com/dream/designs
    ·
Sign In or Register to comment.