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.