This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FM24C256

Hello there,

Please help me, i am looking for a code using CodeVision on How to store and read data from FRAM(FM24C256)...im waiting for your reply.. Thanks in advance...........

Bryan

Parents
  • an I2C device. ... the SPI parts for years. Same protocol, difference interface.

    NO WAY, the protocol is totally, absolutely, completely different.

    One added point: there are '51 derivatives galore ($1 up) that have harware IIC and/or SPI interfaces and the code for those (except for the SILabs f3x, f4x, f5x Deviates) is either ready when done with CodeArchitect, free from http://www.esacademy.com or can be modified to fit in 15 minutes or less.

    Bit-banging, while it does handle the protocol (code 'examples' all over), is very likely to cause other problems because it hangs the processor during the transfer.

    Erik

Reply
  • an I2C device. ... the SPI parts for years. Same protocol, difference interface.

    NO WAY, the protocol is totally, absolutely, completely different.

    One added point: there are '51 derivatives galore ($1 up) that have harware IIC and/or SPI interfaces and the code for those (except for the SILabs f3x, f4x, f5x Deviates) is either ready when done with CodeArchitect, free from http://www.esacademy.com or can be modified to fit in 15 minutes or less.

    Bit-banging, while it does handle the protocol (code 'examples' all over), is very likely to cause other problems because it hangs the processor during the transfer.

    Erik

Children