stm32F413VGT I2C support Fast mode Plus(1MHz)?
In STM32F413VGT I2C3 support Fast Mode Plus(1MHz)?
I cannot find documentation
In STM32F413VGT I2C3 support Fast Mode Plus(1MHz)?
I cannot find documentation
Hello all,
Getting back to this question.
RM0430 and DS11581 are referring to FMPI2C peripheral which is not the same instance than I2C1.
In RM0430:
Section 26 Fast-mode Plus Inter-integrated circuit interface (FMPI2C) (100kHz, 400kHz and 1MHz) refers to: FMPI2C while Section 27 Inter-integrated circuit (I2C) interface (100kHz and 400kHz) refers to: I2C1, I2C2 and I2C3.
In the datasheet DS11581, all pins with FMPI2C or I2C peripheral are named:
I2CFMP1_SDA or _SCL
I2Cx_SDA or _SCL
This naming convention is the same for STM32F413, F412, F410 and F446. CubeMx also uses these names.

In these STM32F4 reference manuals, sections: RCC, there are also some references to “I2C4” which is in fact FMPI2C (and doesn’t exist in CubeMX for these F4 devices).
You can refer to ES0372 - Rev 7 errata doc: 2.12.10 Inconsistent FMPI2C peripheral instance naming:

Hope I've answered the question.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.