How to establish SMBUS communication on STM32F091RCT6 using HAL libraries?
I want to configure one STM32F091RCT6 as master and 2nd as slave.I have used Cubemx to generate code.In Master I use HAL_StatusTypeDef HAL_SMBUS_Master_Transmit_IT(SMBUS_HandleTypeDef *hsmbus, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint3...