Is there anyway the prop can read from a non i2c eprom?
djh82uk
Posts: 193
Heya
Jut a quick question, is it possible to read from an old otp eprom with the prop? How difficult would it be (im presuming difficult)?
The chips is a: 27C160
Datasheet here:
http://www.datasheet4u.com/download.php?id=489562
Thanks in advance
DJH
Jut a quick question, is it possible to read from an old otp eprom with the prop? How difficult would it be (im presuming difficult)?
The chips is a: 27C160
Datasheet here:
http://www.datasheet4u.com/download.php?id=489562
Thanks in advance
DJH
Comments
If your question is if the Propeller is capable of booting it's program from the 27C160 at startup, the answer is no it can not.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
DJH
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Basically I was hoping to be able to dump the eeprom to the SD card via a very simply menu outputed to TV. But then I forgot the need to have buttons etc to be able to select options, Or I guess I could have 2 props? One to handle Eeprom/SD and one to handle input buttons, and TV out, that way all the tv out prop would need to send (via serial?) is what option was chosen and any arguments that go with it.
Id love to try and do this but I think It will take me a while to figure out the circuit, let alone the code.
Perhaps I will start with the TV menu and controller interface first.
Thanks for all your help, any other tips?
DJH
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Definetly a E3 (Electronics Engineer Extrodinare!)
"I laugh in the face of imposible,... not because i know it all, ... but because I don't know well enough!"
Would there also be a way to write to another eeprom? The only thing I can't figure out, there is obviously no way to "replay" the contents of the sd card as if it came from the original eeprom is there? Other systems in the past have written it to a floppy drive and replayed from there but they used a custom asic which is obviously way beyond my scope.
what I would like to do in the long run is read from an eeprom in situ, save it somewhere, and be able to play it back on the same system without the original eeprom being there. But I would like it to be some form of removable media so that it can be played back on another identical system. Each system has different contents on their eeprom. Im not looking to rush this, and I am happy to take baby steps, and Iam going to play with a few other much easier projects first, but would like to play with this when I get chance.
If any of that makes sense?