User Activity

My motor is rated at 24V volts but the motor control software gives over voltage errors above 21-22V. There seems to be some logic which scales against the ADC reference voltage and generates over voltage errors at around 22V. I suspect there is d...
I am using the STEVAL-ESC001v1 board to control a brushless motor. The project is started with Motor Control Workbench 5.Y.4 or 5.4.8. Where do I choose between a 6-step algorithm and Sinusoidal? Which algorithm is being used by default after the ...
I am trying to transmit repeatedly using HAL_UART_Transmit_DMA(). The first transmit works. All following fail. The HAL_UART_TxCpltCallback() does not fire. All information I can find on this says you have to check the box 'USART1 global interrupt/.....
I'm a complete beginner following the motor control tutorial here:https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Getting_started_with_Motor_Control#Managing_the_programming_code_partIt tells me that this code will get my motor running. while (1) ...
I am working with a STEVAL-ESC001V1 board. I have downloaded a set of source files etc. I am looking at a function called pwm_start and I noticed that it calls MCI_ExecSpeedRamp with hard coded 0 for the ramp time. It then occurred to me that I might...
Kudos from