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
  • 374 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
  • 574 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
  • 3813 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
  • 4924 Views
  • 1 replies
  • 1 kudos

Resolved! AMT102-V rotary encoder with STM32F407

#define EXTI1_IRQ_PRIO 7   TIM_HandleTypeDef htim1;   int32_t enc1_index = 0;   void enc1_index_callback(void) { if (__HAL_TIM_DIRECTION_STATUS(&htim1)==1) { enc1_index--; } else { enc1_index++; }   __HAL_TIM_SetCounter(&htim1, 0); // res...

ARöss.1 by Associate II
  • 1249 Views
  • 5 replies
  • 0 kudos

Resolved! Utility of GPIO_BEMF

Hello everyone,I'm working on the ST B-G431B-ESC1 board and I don't understand the function of the pin GPIO_BEMF from the Back-EMF detection. This pin is in common with the others motor phase. Can you explain the function of this pin please ?The full...

0693W000001rIEpQAM.png
PSicl.1 by Associate
  • 1160 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F303 HIGH INJECTION FREQUNCY

HIANY ONE CAN HELP TO ME I NEED ADD LOW SPEED SENSORELESS (HIGH INJECTION FREQUNCY ) TO MY MOTOR CONTROL SOFTWARE FOR PMSM I KNOW MOTOR CONTROL WORK BENCH ST HAVE THIS FUNCTION ANU ONE HOW ONLY ADD THIS LIBRARY AND WHAT IS INPUT OUT ALL CONTROL FOC I...

Resolved! stm32f303 timer1 motor control

when used timer1 for motor control some time need active low side signal in program with hand not follow pwm out put how to do this disable all output timer wait for turn off time set io bit to active mode (reset or set )change pinout timer to out p...

Resolved! Application note

I'm working on a project where I have to drive a brushless motor. I'm using a NUCLEOF302R8 + X-Nucleo IHM08M1 with STM32CubeExpansion_SPN8_V1.0.2. I can't control my engine because I don't know how to modify the parameters contained in the MC_SixStep...

UVagl.1 by Associate II
  • 680 Views
  • 2 replies
  • 0 kudos