HAL_SMBUS drivers for STM32L0
Hello,I am trying to use HAL_SMBUS drivers on STM32L0. The STM32L0 is the slave and I want to read / write registers via i2cget and i2cset on the linux host. I do not need the full SMBus/PMBus middleware, just looking for a simple example with SMBUS ...