Skip to main content
Graduate
February 7, 2024
Solved

Problem Configuring STM32H747BIT6 in I2C FAST MODE and FAST MODE PLUS

  • February 7, 2024
  • 1 reply
  • 2515 views

Hey all,

I am facing problem in configuring my board in I2c protocol. When  i configured the same board in standard mode it is working fine. Rest of the settings for pins(pull-up) ,rise time and fall time are same in both the files. 

Also attaching waveforms for both the mode. Can anyone suggest me what can be done to make the board work in fast mode as well.

Thanking you in advance.

    This topic has been closed for replies.
    Best answer by TDK

    The pullup resistors on the SDA/SCL lines are insufficient for fast mode. Replace them with lower valued resistors. 2.2 kOhm is typically fine.

    1 reply

    TDKAnswer
    Super User
    February 7, 2024

    The pullup resistors on the SDA/SCL lines are insufficient for fast mode. Replace them with lower valued resistors. 2.2 kOhm is typically fine.

    RushaliAuthor
    Graduate
    February 7, 2024

    Dear  TDK,

    Thanks for your suggestion. Will implement the changes within the circuit and let you know if it is working or not.

    :thumbs_up:.