Hi all,
i had wrote a simple code of storing a value into 16F877A EEPROM. the code is as below:
define osc 20
start:
WRITE 0,3
the value of "3" suppose to be written into the EEPROM location of 0000 right? may i know how can i verify the written EEPROM by using pickit2?
(i am using pic basic pro to comple the code, may i know is there any extra header need to be declared?)
thanks~~!