STM32F429 I2C not generating interrupts
Posted on October 25, 2016 at 17:28Hi, I am trying to get interrupt based I2C functionality running on the STM32F429, eg using the HAL_I2C_Mem_Write_IT function. However the EVT interrupt that should occur to get the process rolling is never calle...