Question
STM32F7 Generated I2C code only working for one peripheral
Hi all.
I'm working on my own board and using 3 separate I2C devices. MPU sensor, current sensor, and an IO expander, all having their own bus. For testing purposes, I've relied on the CubeMX code to generate the base code for me. Only one of the I2C (I2C4) busses work. My oscilloscope confirms nothing is sent out of I2C1 and I2C2. HAL returns HAL_TIMEOUT too
Has anyone had else had similar issues with this?
Thanks