• Motor Control
    Hi everybody, I am currently working in a personal project that includes 2 12VDC motors. I've been trying to find some sample code for motor control using STM32F207 microcontroller. I would greatly...
  • OT: speed control of stepper motor
    Hi All,, Does anyone have any algorithm for speed control of stepper motor ?? When i run the stepper it steps nicely but gets overheated.. Any suggestion for current limiting or to improve torque...
  • STR9 motor control
    I was interested in using the three phase motor controller for the MCBSTR9 eval board. I cant get the ADT interrupts working. Here is the code for the MC_IRQHandler. How do I initialize the interrupts...
  • Sine PWM for motor control
    hi, I'm trying to get a sine-pwm signal on my STM32f103rct6 . I'm using STM32cube with keil. In an old post i've read that i can pass the sine-tables to the dma or use the irq. In my case i wanted...
  • Control directiion of DC motor
    Hi Folks, I have interfaced a DC motor and a keyboard with LPC2138, so that I can use the switches to control the direction of DC Motor. Here is the code which I used to perform the desired operation...