i2c and stop mode
Posted on October 30, 2016 at 23:31I'm using Nucleo-STM32L053R8 and trying to get I2C slave mode to work along with stop mode. I'm using interrupt mode for the I2C. I'm using I2C1. I'm using HSI16 for I2C1 and the CPU. 1st attempt: I want I2C sla...