So after doing all of the above, I should directly be able to use the following code with HALL sensors sequentially, isn't it?MC_ProgramSpeedRamp(200/6, 3000); // 200RPM SpeedMC_StartMotor1();HAL_Delay(30000);MC_StopMotor1();
My goal is to use the HALL Sensor Feedback for my application.I have connected a jumper to J8 in the place shows below:This Jumper is always connected even when I program the board using ST-LINK.I have no error coming up since the motor does not even...
Hello @Zied b. ,The method you suggested does not work and it fails.Neverthless, I set a lower RPM (500RPM) and lower current (1A) and profiled it, after which, I'm able to do a Hall Sensor profiling. Can you please tell me what might be my mechanic...
Hello @ADAVE.1 , can you please help me run my motor using STEVAL PTOOL1V1? I just want to run the example using the motor I have. For this purpose, I changed the motor parameters and PI values according to the profiling I did to my motor.This will ...