Hi everybody!!
I want to write a byte in a position of data EEPROM with #rom int8 0xf003D0 = {0xF1;} but the problem appears to me is "Expecting a declaration".
When I write 8 bytes
#ro ...
Hi!!
I am doing a program for PIC18F4680 and need to erase storage addresses of the EEPROM, I want to use the function erase_eeprom (address) but the PIC COMPILER C does not recognize me.