Resolved! How to fix HAL for STM32F767 I2C master not suporting clock streching from a I2C slave?
I am currently using a TSC2007 to detect touchs on a screen. When working in blocking mode this is correctly working as the TSC2007 correctly streches the clock and the HAL correctly waits for the data to be readyWhen working with interrupts the HAL ...