Resolved! Differences between the I2C1 and I2C2 modules on STM32L0
I am trying to get a simple I2C connection running and the I2C1 peripheral on a STM32L052 is giving me hell. Here is what I have done so far:I have written a simple driver for STM32L053 using I2C2 with interrupts. I have tried it on a couple of diffe...