2024-02-05 02:52 AM - edited 2024-02-05 02:55 AM
Hi,
I am trying to get the STEVAL-CTM011V1A working with the STEAVA-CTM01xV1 1shunt_FOC firmware that I downloaded to begin evaluation and development.
Buy the STLINKV3 development board and attached programmer with the isolator accessory.
The only thing I get is the error "The ST intranet updater server is unknown: mcucrossselector.codex.cro.st.com" and when running the ST engine control workbench version:
MCSDK_v5.4.8-Full
WB_to_Mx version "1.5.1"
WB_to_Mx.template version "21-11-15"
[Device]
Device not connected
[Modules]
MMICalc DLL - Version 1.0.4.0
Basic Motor Control Serial Protocol Library - Version 3.3.0.0
TL_003 Frame Transport Layer - Version 1, 0, 0, 0
PL_001 Dynamic Link Library - Version 1, 1, 10, 0
I attach a screenshot of the error result.
I can't move forward, apparently, to be able to run an engine and begin testing the code it generates.
I need help.
2024-02-05 05:48 AM
Hello @PGinhson,
From what I can see your project seems to be complete. The error you mentioned is a false error that does not prevent project generation. From my experience, if it reaches main.c and main.h generation, the project is complete.
Did you try to open the generated folder and load your project with cubeIDE ? if it compiles successfully, it will confirm my assumption.
Regards
Cedric.
2024-02-05 11:14 AM
Hi @cedric H
Thank you for your response.
I tried to follow the indication of your co-worker @GMA on other TOPIC, where he says that I can start and stop the motor with the example firmware fron the workbench.
https://community.st.com/t5/stm32-mcus-motor-control/steval-ctm01xv1-firmware/m-p/634457#M9231
I need to understand first how to use the software given.
Do you know where I can found a tutorial or documentation where I can learn about the code generated? Because a see a lot of routines on the mc_api.c but is not easy to lern how to use.
Thank you for your time.
Regards,
Pablo
2024-02-06 05:22 AM
Hello,
Please go through the user manual documentation:
APIs are described in "4.2 Motor control API" chapter.