User Activity

Hi friends, i am capturing frequency using timer pins(Input capture mode).MCU = stm32f103c8t6Software = Keil uvision 5Debugger = st-link v2I capture frq using timer 1 ( TIM1_CC_IRQn ) channel 1 which is A8, which works awesome.I tried s...
Hi friends, I am driving bldc motor using stm32f103c8t6. And i measure the rpm of the motor using the hall sensor pins. While running motor on no load condition....Motor runs good .Rpm is also measured and i monitored in keil debugging session, which...
HI all,I am trying to implement PID algorithm to control speed of bldc motor. For that the RPM of the motor is measured using Hall sensor. Now I have to write the code for pid can anybody tell the logic or example!I have studied about the PID control...
hello all,I am trying to generate SPWM using STM32F103C8, does it require DAC.i am confused help me out of it.Thank in advance