Shop OBEX P1 Docs P2 Docs Learn Events
Copying EEPROM data — Parallax Forums

Copying EEPROM data

g3cwig3cwi Posts: 262
edited 2012-07-16 04:08 in Propeller 1
Hi there

My project has been tested on the BoE and I am now building it up using one of Andrew's M44D40 modules. Not having a prop plug to hand I want to copy the software onto the DIL EEPROM on the M44D40 board. I am guessing that this might be quite simple with a breadboard rig up on the Prop BoE - any suggestions on doing this?

Cheers

Richard

Comments

  • SarielSariel Posts: 182
    edited 2012-07-16 04:08
    In theory, you would have to write a program that has access to both EEPROM's, and copy an address from one, store it into a variable in the prop, then move it to the other EEPROM. It sounds pretty simple, but I can imagine that it would be a bit more difficult than you would expect. It would for sure take an I2C driver from the Obex.
Sign In or Register to comment.