Skip to main content
Visitor II
January 12, 2006
Question

I2c-FRAM

  • January 12, 2006
  • 2 replies
  • 834 views
Posted on January 13, 2006 at 00:32

I2c-FRAM

    This topic has been closed for replies.

    2 replies

    fabrice23Author
    Visitor II
    January 12, 2006
    Posted on January 12, 2006 at 09:26

    Hello everyone,

    I have some troubles to do R/W on a I2c, FRAM.

    I know that my post have been send on this subject but no answer solved my problem.

    I am using a driver tested on an EEPROM at 100Khz and we just change it to a FRAM running at 400Khz. I use the V1.2 of I2c given by ST + I removed bug on ((FCLK/Clock)-9)/3;.. also I don't use the RCCU function and I forced FCLK = 48000000;

    I am currently using a STR710Fz2H6BGA144 with a FM24CL16G.

    Do you have any pointers ?

    thank you,

    pierre

    [ This message was edited by: fmeunier on 13-01-2006 05:00 ]

    fabrice23Author
    Visitor II
    January 12, 2006
    Posted on January 13, 2006 at 00:32

    ok

    I found the problem. In I2C, I removed a wait at the end of the writting and even if the FRAM is quick, there is still a need for a wait...

    pierre