User Activity

Posted on August 17, 2016 at 09:42 Hi guys, I am currently working on an library myself, and I like the way st is doing certain things, so I am ''lending'' myself ideas from the HAL. One thing in particular caught my eye, the callb...
Posted on June 23, 2016 at 10:55 Hi Guys, I am currently working on a PWM signal of f = 5kHz (T= 200us) with the 32-bit general purposte timer 2. While testing my implementation I am observing a strange behaviour. At the moment I am not sure i...
Posted on January 19, 2016 at 15:59 Hi Guys, I have some issues with my master-slave time configuration. I simply chain TIM4->TIM1, whereas TIM4 triggers TIM1 every *** ms. As a result TIM1 responds with a single pulse on channel 1. Th...
Posted on January 11, 2016 at 11:46 Hi Guys, I am setting up my F427 with a master-slave timer (TIM4->TIM1). TIM4 triggers two capture and compare interrupts, CC2 (CCR2 = 1), and CC4 (CCR4 = 5000). TIM1 is triggered by CC2 signal. ...
Posted on October 16, 2015 at 14:21 Hi Guys, I am working on a project, where I need to output a PWM for a certain period of time and then stop and deinitialize the PWM. In my case, I use timer 1 as my PWM output. I can init...