Posted on November 29, 2015 at 19:38 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 25, 2015 at 16:49Hi, I have made a project and I want to control some parameter's values from my pc's screen using usb communication.. Is there any easy way to make a simple GUI and control these values?PS: I've never made a GUI befo...
Posted on March 31, 2015 at 12:48I know there is a thread about using Toggle mode instead of PWM mode to phase shift channels of one timer, but I'd like someone to help me out with PWM mode using interrupt. I want to phase shift two channels using i...
Posted on March 14, 2015 at 15:18
Hello I'm trying to synchronize TIM1 and TIM8 (slaves) via TIM2 (master).. I checked the manual and says it can be done (p. 554/1710).. Although TIM2 works fine, TIM1 and TIM8 are off..
Please check my co...
Posted on December 28, 2014 at 14:44
Hello, I can't figure out why my code doesn't work! I've worked with TIM1 and everything works fine but when I change to TIM8, PC6 and PC7 are always on and the complementaries always off. Please help me out a...
Posted on December 29, 2014 at 10:46It's the classic CMSIS lib using CooCox. I can't set TIMx_BDTR.MOE. The only options I have are ''TIM_OSSRState'' ''TIM_OSSIState'' ''TIM_LOCKLevel'' ''TIM_DeadTime'' ''TIM_Break'' ''TIM_BreakPolarity'' and ''TIM_...
Posted on April 25, 2015 at 20:44Well I digged a bit deeper into this subject and I found out that many projects use ethernet and Qt creator.. My board has no ethernet compatibility and I can't find any example code using Qt on stm32f4..Any help app...
Posted on April 04, 2015 at 08:50Thanks a lot clive1, I didn't know that..Well my problems have not been solved yet.. Let me tell you what I want to achieve:I want 4 square pulses and their 4 complementaries with a break time. I chose TIM1 (2 square...
Posted on April 02, 2015 at 16:35I don't want exotic waves.. Could you help me out with the CCx compare point and how to interrupt at specific values? I have in mind something like a loop using TIM_GetCompare1(TIM1) and inside enabling channel 2.. W...