Resolved! STM32H743ZI I2C4 unexpected interruption
Hi,I recently need to use I2C with interrupt mode to lower my CPU usage.So I did this changes :I changed the function where I call my transmitstatic HAL_StatusTypeDef PGA309_Write_RawData(uint8_t REGISTER,uint8_t LSB_DATA,uint8_t MSB_DATA) { uint16_...