User Activity

Hello, I'm trying to implement the temperature sensor TSYS01 on STM32U575I-EV.The datasheet of the sensor tells to reset the sensor first so I'm trying to do this like this:HAL_I2C_Master_Transmit(&hi2c2, 0x77 << 1, 0x1E, 1, HAL_MAX_DELAY);0x77 << 1 ...