Difference between revisions of "Interfacing to External EEPROM"

From Mech
Jump to navigationJump to search
Line 3: Line 3:


== Circuit ==
== Circuit ==

We used a Microchip 24FC515 external EEPROM.
(http://ww1.microchip.com/downloads/en/devicedoc/21673E.pdf)


== Code ==
== Code ==

Revision as of 13:47, 5 March 2008

Using an external EEPROM can be useful for several different reasons. External EEPROMs also allow much more data to be stored than is available on the 18F4520. In addition, EEPROM saves state when power is cycled.

Circuit

We used a Microchip 24FC515 external EEPROM. (http://ww1.microchip.com/downloads/en/devicedoc/21673E.pdf)

Code