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?
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?
The DATA command works but I still can't use read or write. This code,
will result in an error.Code:READ 100, TEMP
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.
Hi Christopher,
No, according to the product selector guide at Microchip.com the 18F87J50 does not have any EEPROM data memory.
/Henrik.
Bookmarks