2025-05-23 5:39 AM
Hi ,
We are working on NUCLEO- F401RE board for motor control and to configure & generate code MC WorkBench(version 6.3.2) is used. We have driven single motor, but we are not able to configure for dual motor below pop up appeared:
Hardware Setup:
Motors:
Power Board:
Control Board:
Connections:
Is there incorrect configuration, or could you please suggest any other combination for dual motor (preferred control board f4 or f7)?
Thanks,
Harsh
2025-05-23 8:23 AM
Hello @Harsh_M,
To drive two motors, MCU should have two advanced-control timers (only one is available on STM32F401RE MCU).
As mentioned on MCSDK6.3.2, dual drive is not supported on the STM32F7 series.
You can have a look to STEVAL-IHM039V1 board that is Dual Drive capable and based on STM32F415ZG MCU. On the STM32F4 series, only one current sensing configuration: 2ADCs, and ADC1-ADC2 configuration for both motors.
You have to ensure that:
Refer to the MCU reference manual for more detail.
2025-05-26 1:55 AM
Hi @GMA ,
We have successfully created project with your suggested combination (STEVAL-IHM039V1 board and STM32F415ZG MCU) for dual motor setup.
But when we look into STM32F7 series controllers. It has two different advanced-control timers.
(TIM1 & TIM8).
Could you please explain why F7 not fit for dual motor setup?
Thanks,
Harsh
2025-05-26 2:45 AM
Hello @Harsh_M,
Feature has not been introduced on STM32F7 series for the moment.
2025-05-29 3:18 AM
Hi @GMA ,
Is that mean STM32F7 is capable driving two motor with FOC but it is not implemented on MC workbench yet?
Thanks,
Harsh
2025-05-30 9:29 AM