I also ordered a TMP102 and SHT45 eval board. Once I get them, I may reach out to the Person who created a you tube video with the TMP102 device. https://www.digikey.com/en/maker/videos/shawn-hymel/getting-started-with-stm32-and-nucleo-part-2-how-to-...
Before I do the read, I believe the command has to be set. Your _Transmit code is the same as I sent. I have tried to shift and not shift the bit in the SHT45 address. /* USER CODE BEGIN PV */static const uint16_t SHT45_ADDR = 0x44 << 1; // Use 8-bit...
for some reason the device I mentioned is not showing up ***-45 (Sam Harris Today-45). In the code snippet below I print the error text (using Putty) if the ret value does not equal the constant. In this case HAL_I2C_ERROR_DMA_PARAM is not valid. I d...