User Activity

Posted on April 26, 2015 at 17:04Hello, I have seen and implemented timer based delay function either based on TIM or systick, and they rely on a variable being inc/dec by the ISR till it satisfies a certain condition inside the Delay loop which all...
Posted on October 29, 2014 at 03:58 Hi, I am trying to create a debounce delay (10ms at 8MHz clock) using TIM4CH1. Is the following the right way to do it? The TIM4_Configuration function is called at program startup, then whenever I...
Posted on July 04, 2014 at 12:00I am developing an application based on the STM32VL Discovery board centred around the STM32F100RBT6B microcontroller. The application interfaces with an SPI TFT LCD based on ST7735, a set of user push buttons, SPI EE...
Posted on January 04, 2014 at 13:40 Hello, I am using STM32VLDISCOVERY and connected 4 tiny push buttons to Pins PB12, PB13, PB14 and PB I am using external pull-up resistors of 100K each (I guess 10K would be much better). Using the...
Posted on October 25, 2013 at 19:52Hello, I am attaching an export of a small project I built using existing STM32 examples that uses this board to display a clock with date and time. Using the user button, you can toggle between the time and date d...