Hi,
Format using to read/write to eeprom has changed according to error message and an advice to use MCC.
However MCC is not working on my systems.
char data = EEPROM_read (byte) or char data = __EEPROM_read (byte) does not work anymore.
also not valid for this PIC EEADRH , EEADR , EEDATA , EECON1bits.EEPGD , EECON1bits.CFGS , EECON1bits.WREN
I can not find any information to solve this easy. The only way is to build, from data sheet, my own.
Anybody to give me a hint or a link allowing me to solve this easy?
Thanks in advance.
Picbuster
Format using to read/write to eeprom has changed according to error message and an advice to use MCC.
However MCC is not working on my systems.
char data = EEPROM_read (byte) or char data = __EEPROM_read (byte) does not work anymore.
also not valid for this PIC EEADRH , EEADR , EEDATA , EECON1bits.EEPGD , EECON1bits.CFGS , EECON1bits.WREN
I can not find any information to solve this easy. The only way is to build, from data sheet, my own.
Anybody to give me a hint or a link allowing me to solve this easy?
Thanks in advance.
Picbuster