User Activity

Posted on December 18, 2013 at 22:07OK, I admit it's been a year since I tried to navigate the ST site.   I'm trying to find the stm32f0 standard peripheral library.  This link doesn't seem to have any download button: http://www.st.com/web/catalog/...
Posted on November 13, 2012 at 22:44With help from this forum, I've developed a lab course using the STM32VL Discovery board over the past year.   A draft of the lab manual is available athttp://www.cs.indiana.edu/~geobrown/book.pdfan overview of th...
Posted on May 24, 2012 at 20:20Very occasionally, my code takes an unexpected exception and ends up in a default handler :)I'd like to write such a handler so that GDB can successfully unwind the stack.  For example,default_handler (void) { asm(''ld...
Posted on April 23, 2012 at 21:16It looks to me like the hardware for Tim4 will support PWM input capture on channel 3/4,but when I look at the source code for the standard peripheral library  (V3.5.0) the procedureTIM_PWMIConfig appears to be hardw...
Posted on April 10, 2012 at 22:18While it is clear how to configure the ADC sample time, the documentation doesn't provide insight into why one might prefer 239.5 cycles over 13.5 cycles, or the impact of selecting 7.5 cycles (I'm guessing 6 bits of...