User Activity

Posted on April 08, 2014 at 15:37 I m working on STM32F303. I have interfaced I2C2 to EEPROM and DS3231 with pullups on SDA and SCL..Issue: After Reset, SDA and SCL line is held high (it only happens ocassionally)..While I2C works properly, i can ac...
Posted on December 24, 2013 at 08:19As m a newbie to STM32 need help on following:I am using ST-Link from STM32F0 discovery board (jumpers removed as provided in PDF), for connection with STM32F373xx .Connections:SWD(on F0)                     PINS ...
Posted on December 19, 2013 at 13:28Function works for TIM6 basic timer used as delay on STM32F303 , with suitable modifications can work on any STM8,32 variantsvoid TIMER_DELAY(uint16_t value){ RCC->APB1ENR |= RCC_APB1Periph;//value is 0x10        ...