Question
HAL_SMBUS_xxx wrong documentation suggests shifiting DevAddress
In the comment to the functions it says (stm32f4xx_hal_smbus.c)
* @PAram DevAddress Target device address The device 7 bits address value
* in datasheet must be shifted to the left before calling the interface
I suspect this was copy & pasted from the I2C driver. When not shifting the address the driver works.
