2022-10-10 06:35 AM
If I look at the STM32F410RB datasheet on page , I can see the following pin name:
PB13 - I2C4_SMBA
PB14 - I2C4_SDA (FM+) used for Fm+ mode (1MHz)
PB15 - I2C4_SCL (FM+) used for Fm+ mode (1MHz)
So far, so good, but when I try to configure these pins in the STM32CubeIDE, I can only see they are named:
PB13 - FMI2C1_SMBA
PB14 - FMI2C1_SDA used for Fm+ mode (1MHz)
PB15 - FMI2C1_SCL used for Fm+ mode (1MHz)
In the datasheet, I2C1 and I2C2 have speeds up to 400kHz, whereas I2C4 is the 1MHz (Fm+) bus which I want to use in my application.
When I generate the code STM32CubeIDE, it also generates pin names with I2C1 in it.
Can I still use these pins, or are the pin names in the STM32CubeIDE a bug, that I will have to correct manually?
2022-10-10 08:24 AM
This thing is a mess:
JW
2022-11-30 07:36 AM
Hell @Copeland & @Community member,
I confirm the issue and I reported internally.
Internal ticket number: 140213 (This is an internal tracking number and is not accessible or usable by customers).
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-12-01 02:54 AM
Thanks, Kaouthar.
Jan