hello everyone, i was wondering how i can write variable values to 3 wire serial eeprom chips. im kinda new to using serial eeprom chips. the pic micro im using has no internal eprom but i need to be able to store non volitile settings. the pic im using is the pic16f616, and the serial eeproms i have available are the 93c46 , 93c46c , 24c08mp . so, is there an easy way i can write my byte variables to these chips, preferably using only 2 wires but 3 wires would work fine too, otherwise im going to have to order a different pic. maybe there would be some way for me to modify the eeprom.c library for this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello everyone, i was wondering how i can write variable values to 3 wire serial eeprom chips. im kinda new to using serial eeprom chips. the pic micro im using has no internal eprom but i need to be able to store non volitile settings. the pic im using is the pic16f616, and the serial eeproms i have available are the 93c46 , 93c46c , 24c08mp . so, is there an easy way i can write my byte variables to these chips, preferably using only 2 wires but 3 wires would work fine too, otherwise im going to have to order a different pic. maybe there would be some way for me to modify the eeprom.c library for this?
disregard this post, i figured out how to communicate with the 24c08 through i2c