When programming a Microcontroller from Microchip using Pic18F and using XC8 Compiler, can i use Simulator to test / verify it ?
eeprom_write(0, 1); unsigned char value = eeprom_read (0); always returns 0
Note : I Am Starting at Address 0, is the starting address correct ?
Regards