User Activity

Posted on September 10, 2012 at 14:29Greetings,I'm trying to test a hard fault handler, but are having some problems with executing it.I generate the hard fault the following way:MOVS r0, &sharp1 LDM r0,{r1-r2} BX LRThe problem is that the code brea...
Posted on February 02, 2012 at 14:30Greetings,I am currently toying around with the KEIL MCBSTM32F200 Evaluation Board(the STM32F207VG uC) and have run into some problems with the PWM output.I want a simple PWM-signal on TIM1, Channel1 (PA8 for STM3...