STM32G071G8U6TR trying to use I2C communication
I'm trying to use the I2C line of an STM32G071G8U6TR to talk with an external device. I've used the STMCube to configure the pins to be I2C with pull ups and high speed which created this Init static void MX_I2C1_Init(void) { /* USER CODE BEGIN ...