使用I2C或SPI写EEPROM,有个问题一直想弄清楚;
写只能单字节写或者页写,问题是,如果我写的时候只连续写了2个字节(不是整页),EEPROM是怎么操作的呢,是整页修改数据还是只对对应的2字节修改?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
使用I2C或SPI写EEPROM,有个问题一直想弄清楚;
写只能单字节写或者页写,问题是,如果我写的时候只连续写了2个字节(不是整页),EEPROM是怎么操作的呢,是整页修改数据还是只对对应的2字节修改?