Skip to main content
KJ.4
Associate III
March 20, 2023
Question

I am planning to use temp sensor part TMP451HQDQWRQ1 with STM32F303ZET6. This sensor is SMBA based. Where to connect SCL & SDA from sensor to MCU? I can see below 4 pins in MCU, I2C2_SMBA I2C3_SMBA I2C1_SMBA I2C2_SMBA Please help.

  • March 20, 2023
  • 1 reply
  • 1127 views

..

This topic has been closed for replies.

1 reply

Peter BENSCH
Technical Moderator
March 20, 2023

SMBA (SMB Alert) is an additional function to SMB. So you would have to set both SDA and SCL for the desired SMB channel (I2C), as well as the corresponding SMBA pin.

You have found the SMBA for I2C2 twice, because on the STM32F303ZET it is either on PB12 or on the alternative pin PA8.

Does it answer your question?

Regards

/Peter

In order 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.