Shop OBEX P1 Docs P2 Docs Learn Events
Downloading from PC to eeprom/Ram — Parallax Forums

Downloading from PC to eeprom/Ram

christopherchristopher Posts: 31
edited 2006-07-02 16:30 in Propeller 1
Hi,

Is there a simple way to load a binary or eeprom file into the ram or eeprom with the Propeller Tool? Or do I have to write serial port and and i2c objects to do same?


Thank You

Chris

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2006-07-02 16:09
    I assume you refer to the files that can be saved by the Propellor Tool in the Object Info window. The Propellor Tool is not set up to read these. You would have to write your own routines to load them into RAM or an EEPROM. The EEPROM file is supposed to be a straightforward 32K x 8 hex EEPROM image suitable for loading into an EEPROM programmer.
  • christopherchristopher Posts: 31
    edited 2006-07-02 16:30
    Ok

    Thanks

    Chris
Sign In or Register to comment.