User Activity

Posted on December 08, 2015 at 10:44 Hello, im using a STM32f103 with a external digital clock of 10MHz. By the PLL it was set up to 30MHz with fit to our application. I used the std. perherals library to configure the clock. I a...
Posted on April 03, 2014 at 08:27 Hello, i am working with a STM32f103 with the integrated CAN controller and i use the std. periph library. In the function CAN_ClearITPendingBit(CAN1, CAN_IT_BOF); the entire CAN_MSR reg...
Posted on January 03, 2014 at 11:50 Hello, ich trying to create a PWM signal with TIM8 (channel 1). The PWM signal is generated as expected but only if i run the debugger. When i turn of the debugger the PWM signal is still running. ...