2023-03-06 04:04 AM
I am currently doing a test on the STEVAL-ETH001V1 servo drive evaluation board, where I am having problems turning on the motor. Here is the setup
1- Motor (brand : dunkermotoren, PartNo : BG 42x30)
-3phase EC motor, 8 pole , 24vdc, 3.3amp
-with encoder
2-STEVAL-ETH001V1 servo drive evaluation board
3- STSW-ETHDRV01V1 firmware package
I'm using the VS GDB for debugging, however whenever I'm trying to start the motor by executing the MC_StartMotor1();, the motor tries to move, maybe trying to homing/realign the encoder. after a few seconds of doing that (with buzzing sounds), the exception thrown
according to the explanation given, there are several commands that need to be executed before calling the MC_StartMotor1()
but none of the commands mentioned in the description has been executed in the provided firmware, so do I need to do the command execution myself? if so where should I do it?
2023-03-16 08:51 AM
Hello @Sharudin ,
You can refer to the UM2808 :Getting started with the STSW-ETHDRV01V1 firmware for servo drive EtherCAT solution - User manual
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-03-04 08:24 PM
Hello Sharudin,
Did you use stm32cubeide for this. How did you customize the firmware