HAL_I2C_ErrorCallback is called when I use HAL_I2C_AddrCallback
Hi,I am trying to emulate a EEPROM with my STM32F103 as a I2C slave. I'm using STM32CubeIDE 1.0.2.The chip that will request data doesn't write data to the EEPROM, so I can use only an array to save the data in the code. And it cant have any code in ...