Some of the nice things about using the external EEPROM:
- I2C or SPI Interface. (both of which have built in PBP software base routines. Or roll your own hardware interface since most, in not all, 18Fs have this.)
- Up to 1024Kbit (with I2C). More than enough for your intended use.
- You can change messages and store new messages. A little more work to program this, but more than likely worth it for your applications. (EDIT: You could do this with ERASECODE/WRITECODE as well)
Best of luck,
Steve
Bookmarks