I2C HAL Size Management error - STM32WL + Si7021
What does this error mean for the I2C interface? I have it on the connection between the LORA E5 Mini and the SI7021 sensor.
The debugger stops here:

Exactly at his method call:
/* Wait until TXIS flag is set */
if (I2C_WaitOnTXISFlagUntilTimeout(hi2c, Timeout, Tickstart) != HAL_OK)
{
return HAL_ERROR;
}
As you can see, the I2C is in the HAL_I2C_STATE_READY.
I have four items of the same sensor tested with this LORA device, and all behave the same, so I think a hardware error should be excluded.
