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
  • 252 Views
  • 0 replies
  • 0 kudos

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
  • 517 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
  • 3627 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
  • 4793 Views
  • 1 replies
  • 1 kudos

How to slove voltage drop ?

Hello,I'm using bldc motor. Battery Voltage is 40.4V. I run the motor on no load the battery voltage is 40.4V and when I apply the load the voltage is dropping.load(current) is 1A & voltage is 40.3V load(current) is 2A & voltage is 40.2Vload(current...

DMA to TIM2 Frequency generation do not works

Hello.We want use a Stepper X-NUCLEO-IHM14A1 with STSPIN820. We need to drive the STCK signal on the PB3 or PB10 GPIO. because we need some RAM and a CAN BUS, we choosed the STM32F446 (nucleo 64 board).Each step will have different time, so we want t...

jihzed by Associate II
  • 920 Views
  • 4 replies
  • 0 kudos

I use a STM32F103 chip and I try to synchronize two DC motors using inputcapture, I read the time difference between the rising edge of each sensor hall of effect,how can I update the pwm of the two motors. please check with me the pg

void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim){ if(htim->Instance==TIM1){ if (htim->Channel == HAL_TIM_ACTIVE_CHANNEL_1) { if (Is_First_Captured==0) // if the first rising edge is not captured { IC1_Val1 =TIM1->CNT; // read the first va...

kkhli.1 by Associate III
  • 795 Views
  • 4 replies
  • 0 kudos