STM32 MCUs Motor control

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MCSDK 6.3.2 is out !

Dear MCSDK users, MCSDK version 6.3.2 is now available: Download It here. This is a bug fix release and here are the main changes for this version: Motor Control Features: FOC Fixed CORDIC Modulus computation in case of negative alpha value Fixed iss...

GMA by ST Employee
  • 2384 Views
  • 0 replies
  • 0 kudos

Board Manager documentation is out !

The documentation of the Board descriptions format is now available on Motor Control Boards Description Wiki page, this documentation is compatible with MCSDK versions from 6.1.2. Board Descriptions are used by the ST motor-control workbench to enabl...

Zied b. by ST Employee
  • 4979 Views
  • 5 replies
  • 3 kudos

MCSDK documentation and your feedback

Motor Control Wiki: STM32 Motor Control Knowledge Database - stm32mcuMC Frequently asked questions (FAQ):Frequently asked questions (FAQ) - stm32mcu   The documentation of the Board descriptions format is now available on the Motor Control Wiki:   Wi...

Zied b. by ST Employee
  • 5964 Views
  • 2 replies
  • 6 kudos

Few questions regarding ST Motor Control

Hi, I have few questions regarding ST motor control library and hardware/motor compatibility.I need to control two high speed / low inductance Maxon Motors (ECX SPEED 8 M Ø8 mm) using position control (encoder) . Is steval-ihm042v1 inverter board suf...

Z0ld3n by Associate
  • 612 Views
  • 2 replies
  • 0 kudos

Interrupt value does not get reset

I am using timer 4 in STM32G431 to read hall sensor input and trigger interrupt when high ..Above is my setting.void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim){ if (htim->Channel == HAL_TIM_ACTIVE_CHANNEL_1) { _hallA = HAL_TIM_ReadCapturedV...

0693W00000Hof0yQAB.png 0693W00000Hof1XQAR.png 0693W00000Hof27QAB.png
Tejashree by Associate III
  • 937 Views
  • 3 replies
  • 0 kudos

Motor stuttering on slower speeds

Hello,I finally have my 70W 6PP BLDC motor running after lots of digging around the forum.I am using hall sensors (with unknown placement offset) and configured the board hard and software-wise (remove jumpers JP9-11 and close JP5-7).Unfortunately I ...

CSchw.2 by Associate
  • 466 Views
  • 1 replies
  • 0 kudos

I would like to disable the motor control protocol on the serial port so that I can implement a custom console over that UART. Is there an easy or documented way to do this?

What I need to do is implement a command line interface over that serial port for factory configuration and settings controls. When I add printf() calls to the while loop in main I don't see my messages on the virtual COM port of my Discovery board....

GSeme.1 by Associate II
  • 679 Views
  • 2 replies
  • 0 kudos