User Activity

Posted on January 08, 2012 at 22:58For all interested, I developed a free demo download.  The demo is a simple project which can be dropped into TrueSTUDIO.  Within a few minutes you should be able to have a full blown preemptive real-time operating...
Posted on April 28, 2011 at 20:57Just thought I provide a complete example for the STM32 Discovery board.  Seems a lot of folks (me included) struggle to get started with the Discovery board.  Just getting the most basic things working seems very di...
Posted on March 07, 2011 at 05:50FYI, I've got FreeRTOS running on the STM32 Discovery board.  I've also added a bunch of demo code to get the UART working, sampling analog-to-digital using DMA, and a SPI / DMA based graphic LCD. The blue LED on the...
Posted on February 12, 2011 at 21:39Hey, I just spent a bunch of time sorting out how to get the darn PWM output on the blue LED on the STM32-Discovery board.  After a lot of time pouring over the datasheets and forum posts I was finally able to wor...
Posted on February 03, 2011 at 04:13I'm trying to use USART3 with the regular mapping of Tx on PB10 and Rx on PB11.  To start with I was just trying to get a single character to transmit.  By the way, I'm using Atollic TrueSTUDIO. The following code...