STM32F103 I2C busy flag
Hi,i am trying to use I2C1 as a slave with interruptBut after initializing the I2Ci am calling the following to set it to slave and receiver over interrupt if(HAL_I2C_Slave_Receive_IT(&I2cHandle, (uint8_t*)&bTransferRequest, 1)!= HAL_OK){ Error_H...