2025-05-13 8:54 PM
Hi, Community.
When I try to generate an IDE project from the MotorControlWorkbench project I inherited, an error occurs.
I checked both cases where a previous IDE project existed and where only the stwb6 file existed, but neither worked.
The IDE, MX, and MotorControlSDK are installed.
Are there any special steps required to generate an IDE project on another PC?
2025-05-14 12:24 AM
Hello @hijimasa,
On stwb6_only.log, "Target STM32 FW : Latest", and for old_ide_project_exist.log, "Target STM32 FW : 1.6.0".
Does FW package 1.6.0 available on your setup?
2025-05-14 4:50 AM
FW package
1.6.0 and 1.6.1 seem to be available.
2025-05-15 12:32 AM
Hello @hijimasa,
Can you load the generated ioc file in the CubeMx tool, and "Generate Code" with it?
2025-05-15 6:20 PM
CubeMX successfully generated code in both cases: when a previous IDE project existed and when only the stwb6 file was present.
When a previous IDE project exists, building the generated code results in errors, but when only the stwb6 file is present, the build succeeds.
For reference, I have attached the build errors that occurred when a previous IDE project existed.
Although the cause of the errors in Motor Control Workbench remains unclear, since the build appears to be possible for now, I will delete the previous IDE project when editing the Motor Control Workbench project.