User Activity

Posted on January 11, 2017 at 22:26I am really stuck on this portion of code..Attempting to run to 12v DC motors from STM32F0308  PINS PA2 = Channel 1 PA3 = Channel 2 of TIMER TIM15.I want to be able to do the following for each output - TURN on or ...
Posted on March 13, 2014 at 16:59I am attempting to utilize the RTC on STM32F0308-Discovery board. I imported this code from the SMT32f standard peripheral library. However, while attempting to debug, the code hangs on command  /* Wait till LSE is r...
Posted on February 12, 2014 at 20:22My original post *poof* gone..I am attempting to use I2C2, however Oscilliscope does not see any activity on either SCL or SDA. Using STM32F0308-Discovery. Obviously timing parameter is wrong, have tried many as I...
Posted on February 02, 2014 at 23:56Please provide guidance: I am attempting to configure i2c on STM32F0308-Discovery Like to use PIN 46/47 as PF6/PF7 i2c1_SCL and i2c1_SDA/* FROM DISCOVERY Driver Enable peripheral clock using RCC_APB1PeriphClockCmd...
Posted on January 17, 2014 at 16:40Please help,I am able to transmit on USART1 okay. They receive does not appear to be working.I am using the provided discovery code, with the following USART Setup- (I modified this slightly from the half-duplex co...