Resolved! SMBus on STM32C031
Hi ST tesam,When I use HAL_SMBUS_Master_Receive_IT( ) to receive data from device ,I can not got the information directly after the HAL_SMBUS_MasterRxCpltCallback( SMBUS_HandleTypeDef *hsmbus ) was complete.(I had set a flag when HAL_SMBUS_MasterRxC...