I am working on a design in STM32CubeIDE that uses the STM32L053 connecting to four sensors connected over I2C. I am trying to use the examples from the https://github.com/STMicroelectronics/STMems_Standard_C_drivers repo.
For example, the HTS221 sensor responds correctly to the "WhoAmI" query. It then responds with a NAN when trying to read the temperature or the humidity. Some of the other drivers do not even respond to the "WhoAmI" command correctly. Would using the...