2015-11-10 03:33 AM
Hello,
I try torealize
asmbus
communication where my STM32 is the slave, butI
don't understand how to use the different function andinterupt
. For the momentI
managed the reception of the address (with ''HAL_SMBUS_EnableListen_IT'' and ''HAL_SMBUS_AddrCallback''). ButI
don't understand howtransmits
one or more byte with the function ''HAL_SMBUS_Slave_Transmit_IT''. So do you know if there are some examples of code for the ''HAL_Smbus'' functions?
Thanks in advance. Best regards. #smbus #i2c #hal #hal #stm32