2025-12-04 2:33 AM - edited 2025-12-07 2:35 AM
Hi,
I have purchased NUCLEO-F411RE controller EVK and X-NUCLEO-IHM08M1 expansion board to write motor control application and check the motor parameters on Motor Control Work bench tool.
While checking for sample application or extension packages for the expansion board and controller, I don't find SPN8 package on X-CUBE extension list. And don't find sample application to add and compile on STM32IDE for NUCLEO-F411RE + X-NUCLEO-IHM08M1.
Please suggest me sample application for the NUCLEO-F411RE + X-NUCLEO-IHM08M1 and how to add it into STMCUBEIDE, Compile and Run.
Regards,
Omkar
2025-12-09 12:50 AM
Hello @omkar62,
Generate a project for the NUCLEO-F401RE and X-NUCLEO-IHM08M1 using the Motor Control Workbench.
Open STM32CubeMX tool and create a new project by selecting the NUCLEO-F411RE board without initializing any peripherals.
Import the F401RE board MC project .ioc with default parameters.
Address any reported misalignments between the F401 and F411 microcontrollers as reported by STM32CubeMX tool (Breakin in this case. You can deactivate OCP on F401 project as first step).
Save the F411 project in a new directory.
Copy the ftl directory from the F401 project to the F411 project.
Generate the code using the STM32CubeMX tool.
2025-12-11 3:33 AM
Hi @GMA, Thank you for the suggestion. I tried to do the above procedure in the IDE for F411RE. After import the project, pins are not configured on CubeMX tool. Where can I deactivate OCP on F401 project as first step.
Also, would like to know
1. How can I enable IHM08M1 middleware on CubeMX for BLDC motor.
2. How to configure F411RE + IHM08M1 as work bench setup on MCSDK workbench tool.
Please help me to spin BLDC motor on F411RE.
Thankyou
2025-12-11 5:23 AM
Hello @omkar62,
After importing the F401 project into the new F411 CubeMX empty project, the CubeMX display should show all I/O configurations.