I2C2 start condition Reset macro?
Posted on May 23, 2018 at 13:44Hi Im using i2c2 instance for STM32L4+ Nucleo144 L4R5ZI. When i want to write the i2c2_start(), i do a. /* Check the parameters */b. /* Generate a START condition */ I2Cx->CR2 |= I2C_CR2_START;c. /* Disable th...