STM32 MCUs Motor control

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MCSDK 6.3.1 is out !

Dear MCSDK users,MCSDK version 6.3.1 is now available: Download It here.This is a bug fix release and here are the main changes for this version:Motor Control Features:FOCFixed compilation issue for ICS topology and STM32L4 seriesFixed dissipative br...

ASA by ST Employee
  • 223 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
  • 2316 Views
  • 3 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
  • 4551 Views
  • 1 replies
  • 1 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
  • 597 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
  • 284 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
  • 416 Views
  • 2 replies
  • 0 kudos

Feature request - PWM duty cycle

Posted on October 24, 2014 at 14:38Hi Gigi, my application uses two insulated current sensors. In this configuration, STMCWB does not allow me to enter the maximum duty cycle (Control stage -> Analog inputs -> Phase current feedback -> Maximum modul...