Reading / writing from using I2C on Linux

前端 未结 4 1149
死守一世寂寞
死守一世寂寞 2021-01-01 22:58

I\'m trying to read/write to a FM24CL64-GTR FRAM chip that is connected over a I2C bus on address 0b 1010 011.

When I\'m trying to write 3

4条回答
  •  自闭症患者
    2021-01-01 23:57

    You had some mistakes!

    The address of ic is Ax in hex, x can be anything but the 4 upper bits should be A=1010 !!!

提交回复
热议问题