STM32F030K6, I2C Slave, HAL_I2C_Slave_Seq_Transmit_IT(), reset MCU when datas are "0x00"
Hi,I have a issue with I2C Slave on an STM32F030K6.Project is generated with : CubeMx 5.6.2Hal version: STM32Cube FW_F0 V1.11.0IDE : IAR 8.40.1The STM32 is configured as an I2C Slave ans answers to an other STM32F0 HAL_I2C_Mem_Read() request.I2C is c...