User Activity

/* List of XferOptions in usage of : * 1- Restart condition when direction change * 2- No Restart condition in other use cases */#define SMBUS_FIRST_FRAME      SMBUS_SOFTEND_MODE#define SMBUS_NEXT_FRAME     ((uint32_t(SMBUS_RELOAD_MODE|SMBUS_SOFTEND_...
Which Xferoption should be selected and should we use both functions ieHAL_StatusTypeDef HAL_SMBUS_Master_Transmit_IT(SMBUS_HandleTypeDef *hsmbus, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint32_t XferOptions)andHAL_StatusTypeDef HAL_SMBUS...
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...
Kudos from