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_MasterRxCpltCallback( SMBUS_HandleTypeDef *hsmbus ) done)
I had to wait for a while and then I can read data from register, but what can I do to know when the saving process was complete?
Regards,
LSN
