2020-07-02 12:39 AM
Hi everybody.
When i open "SDK5x - STEVAL-SPIN3201 - BullRunning.ioc" file (that is pre-compiled example FOC motor control firmware provided by ST), "can't add: motorcontrol files not found" fault message appears on my screen. I already copied Motor Control SDK library file into CubeMx reposity directory. But it didn't work.
Solved! Go to Solution.
2020-12-02 06:40 AM
Another solution to this: in your c:/users/<yourname>/STM32Cube/Respository directory, the name of your MCSDK folder MUST match the name in the ioc file. For example, my folder was named "MCSDK_v5.4.4", but the ioc file contained this line: "ExtraMW.MotorControl.Root=MCSDK_v5.4.4-Full/MotorControl". Fixing this conflict either by renaming my folder or editing the ioc file fixes this BUG.
2020-09-14 01:20 AM
Dear Ebuko.1
Do you have still this problem to solve?
Best regards
Laurent Ca...
2020-09-15 01:57 AM
I formatted my computer. After that, i installed windows 10 English version. So, the problem solved.
Motor Control Workbench doesn't run correctly in language versions other than english windows 10.
Thanks.
2020-10-14 06:27 AM
Dear @Ebuko.1
Thank you for this very interesting information.
It's true that internally we only use Windows 10 in English.
I'll record it, in case we have time to do an internal checking on it.
Best regards
Laurent Ca...
2020-12-02 06:40 AM
Another solution to this: in your c:/users/<yourname>/STM32Cube/Respository directory, the name of your MCSDK folder MUST match the name in the ioc file. For example, my folder was named "MCSDK_v5.4.4", but the ioc file contained this line: "ExtraMW.MotorControl.Root=MCSDK_v5.4.4-Full/MotorControl". Fixing this conflict either by renaming my folder or editing the ioc file fixes this BUG.