Shop OBEX P1 Docs P2 Docs Learn Events
error message — Parallax Forums

error message

ArchiverArchiver Posts: 46,084
edited 2004-04-05 01:55 in General Discussion
What does "unable to verify eeprom" mean?

Thanks.

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-09-23 16:08
    I am getting an erro message "EEPROM validation failed" when I try to
    download any pbasic program to my basicstamp I. Could anybody help?
    What is wrong with my system??

    Thanks a lot.
  • ArchiverArchiver Posts: 46,084
    edited 2001-09-23 17:56
    I've had that problem a lot whenever I used anything newer than windows
    98. I also had to reboot in DOS mode to have things work consistantly.
    That's how I got around it. But, there is also the possibility that
    your stamp is fried.
    It's not much encouragment, but I hope it helps.

    Nathan

    Original Message
    From: jl.ingenieria@i... [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=s1s2MPaN3G5oWbxuUpRqJNQqNW3wYs1zfkk6FrSKaYWac8UMpuCByIN3yRX1ghlMZNznK5P544HIgaDBWw]jl.ingenieria@i...[/url
    Sent: Sunday, September 23, 2001 8:09 AM
    To: basicstamps@yahoogroups.com
    Subject: [noparse][[/noparse]basicstamps] Error message


    I am getting an erro message "EEPROM validation failed" when I try to
    download any pbasic program to my basicstamp I. Could anybody help?
    What is wrong with my system??

    Thanks a lot.


    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/
  • ArchiverArchiver Posts: 46,084
    edited 2001-09-24 22:45
    I got the 'No Echo' error on my Tecra PII-266 with WIN98SE(I never ran
    STAMP software on this unit before). Trying the Echo test over and over
    would sometimes get a pass, but I could not download. I booted in DOS
    mode and tried the old DOS STAMP2 program. It would sometimes work. I
    suspected the power management too(the drivers are turned on and off), but
    other serial things seemed to work OK(PicStart +). I remember a verify error
    appearing on my WIN95 laptop with the BasicX software, it turned out to be
    because the FIFO was shut off. So I then turned OFF the FIFO on my
    newer laptop and the STAMPW v2 downloaded with no problems. I
    experimented with the FIFO settings and found when on, if the RX FIFO
    buffer was set to anything above minimum, Download/Echo would fail.
    >
    > I've had that problem a lot whenever I used anything newer than windows
    > 98. I also had to reboot in DOS mode to have things work consistantly.
    > That's how I got around it. But, there is also the possibility that
    > your stamp is fried.
    > It's not much encouragment, but I hope it helps.
    >
    > Nathan
    >
    >
    Original Message
    > From: jl.ingenieria@i... [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=lN39CVJAAqgWpYAepThebu1mRCfq-vT-JyG1DIZjGFPltDNDG9Qc7Nljd9Or3AbYob_68jgxWpUVyXvZeV7fOQ]jl.ingenieria@i...[/url
    > Sent: Sunday, September 23, 2001 8:09 AM
    > To: basicstamps@yahoogroups.com
    > Subject: [noparse][[/noparse]basicstamps] Error message
    >
    >
    > I am getting an erro message "EEPROM validation failed" when I try to
    > download any pbasic program to my basicstamp I. Could anybody help?
    > What is wrong with my system??
    >
    > Thanks a lot.
  • ArchiverArchiver Posts: 46,084
    edited 2001-10-29 00:25
    Hi Group, Can anybody help..? I get an ERROR message that says (ERROR Expected
    terminating"") Does anyone know what this means..? I was trying to store
    'Program LIsting 2.6: Subroutine Navigation) in the EEprom, or is it supposed to
    go there...?


    Do You Yahoo!?
    Make a great connection at Yahoo! Personals.

    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2004-01-31 14:41
    hello all, i have a question, what would cause an error
    message "expected end of line"? i am using using the new editor and
    the error occurs on a commented line.

    from the state of confusion, mark
  • ArchiverArchiver Posts: 46,084
    edited 2004-01-31 15:00
    In a message dated 1/31/2004 9:45:38 AM Eastern Standard Time, 598@m...
    writes:


    > hello all, i have a question, what would cause an error
    > message "expected end of line"? i am using using the new editor and
    > the error occurs on a commented line.
    >

    Tough to answer without your commented code.

    Sid


    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2004-01-31 15:46
    You could help others help you by posting the offending line.

    -- Jon Williams
    -- Applications Engineer, Parallax
    -- Dallas Office


    Original Message
    From: lakewood5982003 [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=PSTtnwClKdKQA-MEVJUQL_vj1eECQKwfzH89B0mTG-Ov3Gu2NSiW-JuYNwZj87ythB6PI-Y]598@m...[/url
    Sent: Saturday, January 31, 2004 8:41 AM
    To: basicstamps@yahoogroups.com
    Subject: [noparse][[/noparse]basicstamps] error message


    hello all, i have a question, what would cause an error
    message "expected end of line"? i am using using the new editor and
    the error occurs on a commented line.

    from the state of confusion, mark
  • ArchiverArchiver Posts: 46,084
    edited 2004-01-31 15:47
    At 02:41 PM 1/31/04 +0000, lakewood5982003 wrote:
    >hello all, i have a question, what would cause an error
    >message "expected end of line"? i am using using the new editor and
    >the error occurs on a commented line.
    >
    >from the state of confusion, mark
    Mark -

    Showing us your program by including it in a message (not as an attachment)
    is probably the easiest way for us to answer your question. Generally it's
    something like this:

    DEBUG "Finished" END

    If you use two or more successive commands on one physical line, they must
    contain an intervening colon like this:

    DEBUG "Finished" : END

    There are other reasons as well.

    Regards,

    Bruce Bates
  • ArchiverArchiver Posts: 46,084
    edited 2004-04-04 21:45
    I went to down load from Parallax Basic stamp Editor v2.0
    All I got was Error 1606. Could not access network location.
    Your system has not been modified, Wizard Interrupted.
    I all so have the CD for the down load and it does the same thing, I have
    Athlon XP.
    Any help on this will be very helpful. No rush I have it on my other computer
    it is a HP Microsoft2000 Intel celeron,but no net or web access.

    Jim


    [noparse][[/noparse]Non-text portions of this message have been removed]
  • ArchiverArchiver Posts: 46,084
    edited 2004-04-05 01:20
    You should probably download the latest installer (version 2.1). There
    were odd problems sometime back and I believe they've been resolved. If
    the new installer doesn't fix the problem, please contact our tech
    support group at support@p....

    -- Jon Williams
    -- Applications Engineer, Parallax
    -- Dallas Office


    Original Message
    From: robotresearch@a... [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=2uQIfwIaMPDkP2f3aVw9-EHkGWPnFfIg81F72PkvkhkxS5T2_aE4lNxSTIfoaCBPhXxPE6RRShfjtIvPSHE]robotresearch@a...[/url
    Sent: Sunday, April 04, 2004 3:45 PM
    To: basicstamps@yahoogroups.com
    Subject: [noparse][[/noparse]basicstamps] Error message


    I went to down load from Parallax Basic stamp Editor v2.0
    All I got was Error 1606. Could not access network location. Your system
    has not been modified, Wizard Interrupted. I all so have the CD for the
    down load and it does the same thing, I have
    Athlon XP.
    Any help on this will be very helpful. No rush I have it on my other
    computer
    it is a HP Microsoft2000 Intel celeron,but no net or web access.

    Jim
  • ArchiverArchiver Posts: 46,084
    edited 2004-04-05 01:55
    I've gotten this error in the past.
    If you download the 'full' version from parallax,
    which does not need an internet connection to
    install, you can install without the internet.

    The CD I had was the 'limited' version, which
    requires this connection, which then never worked.
    I downloaded the full version and it then installed,
    no problem.

    --- In basicstamps@yahoogroups.com, robotresearch@a... wrote:
    > I went to down load from Parallax Basic stamp Editor v2.0
    > All I got was Error 1606. Could not access network location.
    > Your system has not been modified, Wizard Interrupted.
    > I all so have the CD for the down load and it does the same thing,
    I have
    > Athlon XP.
    > Any help on this will be very helpful. No rush I have it on my
    other computer
    > it is a HP Microsoft2000 Intel celeron,but no net or web access.
    >
    > Jim
    >
    >
    > [noparse][[/noparse]Non-text portions of this message have been removed]
Sign In or Register to comment.