User Activity

Posted on January 12, 2012 at 21:59Hello everybody! In my program I have to start two timers exactly at the same time. In my current code I start them behind one another (just one line of code each) but unfortunately the error with this method is to...
Posted on November 20, 2011 at 11:09Hi Forum! First time I'm trying to do something with interrupts, and I get a HardFault Exception  I'm using the IAR Workbench 6.3 with the STM32DISOVERY_VL - EvalBoard. Here's the main-function code (completely c...
Posted on November 14, 2011 at 11:51 Hello Forum! While trying to retarget the printf() and scanf() functions, with printf everything worked well.  However, with scanf occured a weird problem. First here are the overwrited low-level functions : siz...
Posted on November 12, 2011 at 15:41Hello forum! I'm trying to get familiar with the timers in the STM32 but now I got stuck at a problem I can't solve, first here's the concerned function: void TIM4_Configuration(void) {   /* Compute the prescaler ...