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
  • 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
  • 4073 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
  • 5130 Views
  • 1 replies
  • 2 kudos

Resolved! Sampling 3 phase current with only 1 ADC

Hello,In motor control pack P-NUCLEO-IHM001, microcontroller is STM32F302R8 which has only 1 ADC.The motor drive has option to use 3 current shunts.By analyzing the datasheet, ADC does not have multiple sample & hold circuits.So, how would it be poss...

MMila.3 by Associate
  • 658 Views
  • 3 replies
  • 0 kudos

Cannot build generated code

After generating the project with Motor Control workbench and building it on CubeIDE, I get this error : 15:10:13 **** Incremental Build of configuration Release for project Noname ****make -j4 all arm-none-eabi-gcc "../Src/aspep.c" -mcpu=cortex-m4 -...

Rced.1 by Associate
  • 724 Views
  • 3 replies
  • 0 kudos

HFI with STEVAL-IHM042V1

Posted on March 25, 2015 at 13:38Hi, I like to test the HFI function on the STEVAL-IHM042V1. Without HFI is the motor running well. But how can I implemented the HFI? I followed the instruction of UM1052 page 65. But I can not configure the DAC in t...

STM3210E-EVAL motor control example

Posted on January 18, 2012 at 17:00Hi, I'm trying to get a motor control example running on the mentioned board - without success. My main function looks like this: int main(void) {   SystemInit();   Demo_Init();   //initialize motor control lib  ...