Shop OBEX P1 Docs P2 Docs Learn Events
Error: EEPROM full..how? — Parallax Forums

Error: EEPROM full..how?

ArchiverArchiver Posts: 46,084
edited 2001-03-28 12:14 in General Discussion
Use the mapping function (alt-m) to answer your question. It'll show
you how your data and code are stored in your eeprom.

Steve


On 28 Mar 01 at 2:32, Carlos P.Rodriguez wrote:

> ...Does anyone know why, when I run my program into the SP2 it
> generates the error...EEPROM full!?

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-03-28 11:32
    Hello
    Does anyone know why, when I run my program into the
    SP2 it generates the error...EEPROM full!? The program
    is not that long and it does not use more than the 500
    lines of code.

    __________________________________________________
    Do You Yahoo!?
    Get email at your own domain with Yahoo! Mail.
    http://personal.mail.yahoo.com/?.refer=text
  • ArchiverArchiver Posts: 46,084
    edited 2001-03-28 12:14
    Some of your lines of code may require more memory than others.
    The 500 lines of code is an approximate thing, eg..

    serout x,xxx,[noparse][[/noparse]"hello"]
    requires less memory than...
    serout x,xxx,[noparse][[/noparse]"hello there, it was a nice day today in Western Australia"]

    Regards,
    Chris


    Original Message
    From: Carlos P.Rodriguez <charleebrownskin@y...>
    To: <basicstamps@yahoogroups.com>
    Sent: Wednesday, March 28, 2001 6:32 PM
    Subject: [noparse][[/noparse]basicstamps] Error: EEPROM full..how?


    > Hello
    > Does anyone know why, when I run my program into the
    > SP2 it generates the error...EEPROM full!? The program
    > is not that long and it does not use more than the 500
    > lines of code.
    >
    > __________________________________________________
    > Do You Yahoo!?
    > Get email at your own domain with Yahoo! Mail.
    > http://personal.mail.yahoo.com/?.refer=text
    >
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
    >
Sign In or Register to comment.