I am using the Nucleo STM32L432KC, but it should also work with any other Nucleo. You must use theHAL_I2C_Mem_Readfunction. Then it should work.Device address: 0x60Who am I register: 0x0CExpected return value: 0xC4uint8_t addr = 0x60 << 1;uint8_t tra...