Skip to main content
Loebl
Associate
September 1, 2023
Solved

STM32G4 series - I2C2 SDA and SMBA in datasheet switched?

  • September 1, 2023
  • 4 replies
  • 3874 views

I just noticed the following:

In the datasheets for the G473 and G483 the pin table and alternate function table disagree which pin has the I2C2_SMBA and I2C2_SDA function.

The pin table claims PA10 is I2C2_SMBA and PA8 is I2C2_SDA. The alternate function table claims PA8 is I2C2_SMBA and PA10 is I2C2_SDA.

From experiments it seems the pin table is correct.

Can someone confirm which is the correct alternate function?

AF_table.png

pin_1.pngpin_2.png

Now that I was comparing both columns: it also seems I2C3_SCL is placed differently in both tables: the pin table has it on PA8, the alternate function table on PA10.

EDIT 2023-09-04: for completeness, because I initially forgot:

  • STM32G483xE DS12997 Rev 4 Nov 2021
  • STM32G473xE DS12712 Rev 4 Nov 2021
This topic has been closed for replies.
Best answer by Foued_KH

Hello @Loebl ,

Thank you for bringing this issue to our attention.

I confirm the issue and I reported internally.

Internal ticket number: 137961 (This is an internal tracking number and is not accessible or usable by customers).

Foued

4 replies

Foued_KH
ST Employee
September 1, 2023

Hello @Loebl , 

Thank you for reporting!
I will check this internally 

Foued

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.
Issamos
Super User
September 1, 2023

Hello @Loebl 

I confirm the problem of  I2C2_SDA and I2C2_SMBA in the G483. But  G473, this problem doesn't exist.

For the I2C3_SCL problem, I can confirm it for both G4 models.

Best regards.

II

Foued_KH
Foued_KHBest answer
ST Employee
September 1, 2023

Hello @Loebl ,

Thank you for bringing this issue to our attention.

I confirm the issue and I reported internally.

Internal ticket number: 137961 (This is an internal tracking number and is not accessible or usable by customers).

Foued

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.
Loebl
LoeblAuthor
Associate
September 4, 2023

Thanks for the fast reply.