cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot interface SHT25 to STM32F4239I-DISC1 board BY I2C3.

Madhusudan
Associate II

Hi there,

I have made the touch project by touchgfx and initiated the I2C3 by cubemx.

I am interfacing the SHT25 with STM32F4239I-DISC1 board BY I2C3. PA8 AND PC9.

I am using the command HAL_I2C_Master_Transmit and HAL_I2C_Master_Receive. but I cannot get the values from the protocol. Any help is required.

10 REPLIES 10
Pavel A.
Evangelist III

The Sensirion is almost a normal I2C device, should work just fine with STM32.

HAL_I2C_Mem_Read to read registers, HAL_I2C_Master_Receive to read data.