STM32F767ZI : I2C2 hangs after few cycles of operation (With FreeRTOS)
I'm using I2C2 engine of the STM32F767ZI MCU on PF0 & PF1 pins as master to communicate with 4 slaves at 75khz. The operation is not using Interrupt on tx/rx or DMA and with FreeRTOS environmentSCL and SDA are pulled up on board with 4.99K.The pollin...