User Activity

Posted on June 01, 2012 at 12:17Can anyone post a link to a working Virtual COM port example for the STM32F4 discovery board. -gandalf #vcp-download-drivers
Posted on April 22, 2012 at 08:16I have configured my time 1 to operate in the PWM mode1 to generate a signal of fixed duty cycle. I want the generate an update INT every 4 th overflow of the TIM1 CNT . I have loaded value 4 into my repetition count...
Posted on April 20, 2012 at 14:32/*  Configures the TIM1 Prescaler. */   TIM_PrescalerConfig(TIM1,PrescalerValue,TIM_PSCReloadMode_Update); I used the above statement to set the UG bit in the EGR register of timer1, but it did not work. Can someone ...
Posted on April 15, 2012 at 14:51I am using the STM32F4 discovery board to generate a PWM signal using TIMER 1, channel 1, and am using GPIO A8 in AF mode. When i run the code there is no pulse generated, but the pin A8 gets pulled up to Vcc.  The a...