Resolved! Interrupt driven I2C traffic not working before FreeRTOS is up and running.
We have a project on an STM32H750 using FreeRTOS and I am trying to access an I2C device after the peripheral inits but before the FreeRTOS init and scheduler start in Main.c but I get no interrupts from the I2C port. I have checked that the interrup...