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
  • 2422 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
  • 5065 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
  • 6020 Views
  • 2 replies
  • 6 kudos

Resolved! MCSDK 6.1.1 - Trouble changing default pins

Hello!I'm working on a prototype using FOC, and I got everything working with the following scheme:NUCLEO-F401RE, Custom Power Board, CubeIDE 1.12.1, CubeMX 6.8.0, Motor Pilot 1.1.12 and MCSDK 6.1.2.Now I'm trying to do the same thing but with the ST...

Resolved! loading software issue

I bought the assembly B-G431B-ESC1 to test BLDC motor. I have already installed the software SDK V5.4.8, StmCubeMX and StmCubeID 1.13.0. Unfortunately, when generating the code, there are various errors that I can't figure out. Also, how can I load t...

Rajabi_0-1691656839484.png
Rajabi by Associate
  • 642 Views
  • 1 replies
  • 0 kudos

Resolved! SVPWM implementation different from documentation

There is mistake in either the documentation or the source code, which one is correct please advise. __weak uint16_t PWMC_SetPhaseVoltage(PWMC_Handle_t *pHandle, alphabeta_t Valfa_beta) { wUAlpha = Valfa_beta.alpha * (int32_t)pHandle->hT_Sqrt3;  wUBe...

0693W00000biAOdQAM_image.png
SRedd.5 by Senior III
  • 1201 Views
  • 2 replies
  • 2 kudos

Resolved! VNH5019 Current sense gain accuracy/tolerance

I was looking at the datasheet for the VNH5019, and saw that the current sense gain tolerance is narrower as it drives higher currents. I am trying to use the driver in an application where the motor currents can range from about 100mA to 10 A, and a...

ThomasT_0-1691586484018.png
ThomasT by Associate
  • 993 Views
  • 3 replies
  • 1 kudos

L9907 Eval board does not work

My group in university got the L9907 Eval board to drive a BLDC motor. All jumpers on that board are set with default option. We have the problem, that the L9907 does not work as expected. The outputs of GHS_1, GLS_1, GHS_2, GLS_2, GHS_3, GLS_3 are a...

WhatsApp Image 2023-08-02 at 18.53.32.jpeg
jwiemann by Associate
  • 1236 Views
  • 3 replies
  • 0 kudos

CNC

Hello, so this is how I decided that I wanted to create a CNC machine for plasma cutting and also an option for milling*The machine will work on 5 axesAnd of course I also have a software code that has already been created that will run the engines f...