PDA

View Full Version : Using EEPROM on 18F87J50



Christopher4187
- 2nd June 2013, 17:58
Using DATA @ 1, 5 works on an 18F4550 or every other PIC I've used. With PIC's that are 18F6+ there seems to be a change. Using that command will result in an error. Is there something I have to do with the SFR's?

Christopher4187
- 2nd June 2013, 18:22
The DATA command works but I still can't use read or write. This code,


READ 100, TEMP

will result in an error.

Christopher4187
- 2nd June 2013, 18:56
This does have an internal EEPROM, doesn't it? I can't find any reference to it in the datasheet, which would explain the issues I'm having.

HenrikOlsson
- 2nd June 2013, 19:57
Hi Christopher,
No, according to the product selector guide at Microchip.com the 18F87J50 does not have any EEPROM data memory.

/Henrik.