Hello everyone, I am trying to communicate with a MAX11068 from a STM32F103 over SMBus, but it does not work as expected. Has anybody worked with the SMBus and would be so kind to provide sample code? Michael
AFAIK SMbus is close to if not identical to I2C, so please refer to RM0008 Reference manual and the I2C sample code provided by ST for that controller.