User Activity

Posted on May 15, 2014 at 16:57I am use STM32F050F4P6 as I2C slave device with address 0xC8But it not workWhen i send 0xC8 or 0xC9 from master, STM32F0 is not ack and not workPlease help mecode main.c[CODE]#include <stm32f0xx.h>void Init(void);void ...