美文网首页我爱编程
24xx256 I2C接口 EEPROM芯片

24xx256 I2C接口 EEPROM芯片

作者: 剑山 | 来源:发表于2018-01-29 11:02 被阅读44次

好像这个芯片挺简单的。。。不过也记录下吧,也许不一定哪天会用到

型号

总共有三种型号,区别的工作温度和总线频率不一样24AA256/24LC256/24FC256


三种不同的型号

pin function

  • WP引脚拉低是时候是可以写入的,而拉高的时候只能读
  • A0A1A2可以配置I2C地址


Arduino 库

这个库支持比较常见的元件

  • Microchip 24AA02E48 (2k bit)
  • 24xx32 (32k bit, thanks to Richard M)
  • Microchip 24LC256 (256k bit)
  • Microchip 24FC1026 (1M bit, thanks to Gabriele B on the Arduino forum)
  • ST Micro M24M02 (2M bit)

https://github.com/JChristensen/extEEPROM

电路

总的来说就是上拉I2C,然后


网上搜到的电路
sparkfun的电路
github上搜到的电路

相关文章

网友评论

    本文标题:24xx256 I2C接口 EEPROM芯片

    本文链接:https://www.haomeiwen.com/subject/qujtzxtx.html