HAL_I2C_Slave_Receive_IT() only receives one data byte and then the slave helds the SCL line low
Hi all, I'm trying to send a dat from master to a slave (the STM32F103C6) with HAL function for polling mode is working well and it is receiving all the data I send (I got all ACKs) but when I try to do the same with interrupt mode then it receives o...