EEPROM validation failing
Delus
Posts: 79
Hello all, I'm curious to know if anyone else has run it to this problem before and what the cause/solution was. I've just finished putting together aboard I designed using a propeller and 64k eeprom. Everything works perfectly INCLUDING THE EEPROM when I use the romengine from the object exchange, but when I try to program the eeprom with the propeller tool I get a eeprom validation error. The eeprom chip we're using is from digikey pn: 24LC64F-I/ST-ND. Any and all help would be appreciated.
Thanks,
David
Thanks,
David
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Leon Heller
Amateur radio callsign: G1HSM
The ROM engine probably acesses the eeprom more correctly.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nyamekye,
David
Attached is a jpg of the schematic.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nyamekye,
The Propeller programs and verifies 32 kilobytes, or 256 kilobits, of EEPROM whenever it loads a program, no matter the size of the program. With your 8 kilobyte EEPROM, it will try to write and verify 32 kilobytes, and fail. I haven't tried it, but I think the Propeller could still boot from a smaller EEPROM, but you would have to manually load the program into the EEPROM.
— David Carrier
Thanks for your help, off to order the right memory,
David
See, we are just so eager to answer questions on this forum that we haven't got time to read them through
Maybe we should have a section where we can post answers to questions that have yet to be asked
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
*Peter*