User Activity

Posted on November 16, 2010 at 21:41Hi, I've managed to get the example program working which transfers a buffer of text from usart2 to usart3. When I try and output on usart2 to a PC however it seems as if the baud rate is wrong. I just get garbage...
Posted on November 11, 2010 at 22:36Hi, I can get SysTick working, but the maths for timing elude me. I have SysTick_CLKSourceConfig(SysTick_CLKSource_HCLK_Div8);     if (SysTick_Config(SystemCoreClock / 20000))     {       /* Capture error */ whil...
Posted on October 16, 2010 at 21:34Hi, I'm new to the forum and the discovery board. Got it working with the test routines. Is it possible to switch a led, say LED5, connected to PC11, on and off using the routines in STM32_Discovery. If so how do I...