Hi friends,
Need to know ... what is EEPROM used in PIC for ?. I know EEPROM stand for Electrical Erasable Programming ROM but I need to know what's the purpose or where it going to be used in PIC?
I ask this because some of PIC dont have EEPROM ( EEPROM = 0 byte) ie PIC18F4410 & PICF4510 and the best thing about this PIC (without EEPROM) that's its cheaper than PIC with EEPROM. If it just minor used and can solve it in other method (and not effect my project) , I will use it as I need to lower the cost as much as possible.
Any instruction (ie in proton) that must be used on PIC with EEPROM ?
More explanation greatly appreciated.
Thanks
normally EEPROM are used for storing system configuration option e.g set point on temperature entered by user because you can't save them in volatile ram for next power on use.