Hi,In my project, I communicate with STM slave I2C. I can receive data via I2C but I cannot send data. As you can see in the photo below, the packetData is filling up, but when you send it, it only sends 0x00. what is the problem? what can I do?
I am receiving data with I2C Slave Interrupt and I am having problem while sending data and I am using HAL_I2C_Slave_Transmit while sending data. Below are my interrupt codes. Could the interrupt setup have caused an error?/* USER CODE BEGIN 1 */
voi...