why and when do we need to program an eeprom
i thought only we should program the pic connected to the eeprom
why and when do we need to program an eeprom
i thought only we should program the pic connected to the eeprom
It depends entirely what you want to use it for, if it contains the setup defaults for your system it will probably require loading before use - or you could have the host controller load setup defaults to it if the EEPROM is blank. Both methods are commonly used.Originally Posted by jijita
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
I2C EEPROM is generally be used to store data, not program code
The EEPROM is just extra storage. Period. Don't make simple things complicated. Cheers!