Shop OBEX P1 Docs P2 Docs Learn Events
Upgrading the Propeller Demo Board's EEPROM — Parallax Forums

Upgrading the Propeller Demo Board's EEPROM

LoopyBytelooseLoopyByteloose Posts: 12,537
edited 2012-10-19 11:16 in Propeller 1
Okay, I am really enjoying PropForth, but would like to take advantage of more EEPROM by removing the existing 32K from my Propeller Demo Board and replacing it with a larger one. I am sure I can locate 64K, but I am wondering how large is available that is compatible to the existing chip's footprint.

After all, it I am going to change it, I might as well go big.

Comments

  • Duane DegnDuane Degn Posts: 10,588
    edited 2012-10-19 10:31
    I'm pretty sure the limit for a Propeller compatible (bootable) EEPROM is 128K. Do you need a part #? I'm sure I have one somewhere.

    Edit: I'm pretty sure this (128K) one will work.
  • LoopyBytelooseLoopyByteloose Posts: 12,537
    edited 2012-10-19 10:47
    Thanks, that looks good. But I have to check that the internal page write firmware is the same. For less that $4 USD, this will make my Demo Board a great PropForth platform.
  • Duane DegnDuane Degn Posts: 10,588
    edited 2012-10-19 10:55
    Thanks, that looks good. But I have to check that the internal page write firmware is the same. For less that $4 USD, this will make my Demo Board a great PropForth platform.

    I'm almost sure it is. The upper 64K is accessed by adding one to the address. This particular chip only has two address pins instead of the usual three. I'm almost positive I've used a DIP version of this chip with a Prop before without any problems.

    I know Mike Green has discussed this chip on the forum before. Mike are you online?
  • localrogerlocalroger Posts: 3,451
    edited 2012-10-19 10:59
    I can verify that it is. I am using the DIP version of that chip in a PropRPM right now and it acts exactly like two separately addressed 64K chips.
  • Mike GreenMike Green Posts: 23,101
    edited 2012-10-19 11:16
    Yes, this is the easiest to use 1MB EEPROM. It looks to the Propeller like two 64K EEPROMs at successive even, then odd device addresses. You can have up to 4 of these on a single I2C bus if you connect the address pins (A1 & A2) properly.
Sign In or Register to comment.