User Activity

Posted on December 04, 2012 at 13:12 Hi all, I am using STm32f2 series and I have a sensor on I2C bus. The problem is that my I2C bus is always busy. My code: void setupClock() { RCC_DeInit (); RCC_HSEConfig (RCC_HSE_ON); while (...