2020-01-16 09:56 PM
I am having the P-Nucleo IHM001. I am trying to generate code using ST Motor Control Workbench, but after building and dumping the code in the controller, the motor is not spinning and two faults are showing up:
I want to try older SDK (MC SDK V 4.3). Please help.
Solved! Go to Solution.
2020-02-13 04:51 AM
Hello PPati,
This error :
"The Monitor gives the following faults:
1) FOC duration.
2) Software error."
It seems to be an Optimization issue.
Please be sure to compile your program in release mode and run your project in this mode.
In Release Mode you are in "Optimize for speed".
To have a look on this setting :
1) Right Click on your on project in STM32 Cube IDE Project Explorer
2) Properties
Let me know if it was your problem.
Thanks,
Antoine
2020-01-17 05:20 AM
dear PPAti.1,
I am sorry this version is not available anymore .
Could you please anyway explain with more details your problem? (which MCSDK version you use, motor used, use case and descriprion of your problem)
We will try to solve it.
Thanks a lot by advance,
Claire
2020-01-17 08:46 PM
2020-01-23 06:25 AM
Thanks, PPati.1,
we will have a look to your problem
2020-01-25 09:01 AM
2020-01-28 07:25 AM
Hello PPati,
First I am glad your problem is solved.
Then, I am bit surprised of the outcome... I will check with our experts.
Thanks,
Claire
2020-02-13 04:51 AM
Hello PPati,
This error :
"The Monitor gives the following faults:
1) FOC duration.
2) Software error."
It seems to be an Optimization issue.
Please be sure to compile your program in release mode and run your project in this mode.
In Release Mode you are in "Optimize for speed".
To have a look on this setting :
1) Right Click on your on project in STM32 Cube IDE Project Explorer
2) Properties
Let me know if it was your problem.
Thanks,
Antoine