User Activity

Posted on December 14, 2013 at 15:59I have two boards with STM32F0 connected by I2C. First board works like master, second works like slave. I use CPAL library and transmission works fine during normal state. When I make some disturb on the I2C line...
Posted on June 20, 2013 at 14:18 I have found strange behavior of CPAL library when device is in slave mode. I use interrupt mode. When I'm waiting for read from master, I prepare data by: if ((I2C2_DevStructure.CPAL_State == CPAL_STA...
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 ...