STM32F0 CPAL I2C
Posted on June 01, 2013 at 17:23I'm trying to use to CPAL library to send data between I2C1 and I2C2 devices. I use STM32F0DISCOVERY. I2C1 is master, I2C2 is slave. In logic analizer I see that master send addres of slave but no ACK from slave. In ...