2025-12-04 9:15 PM
I am using Nucleo L476RG for controlling BLDC motor. In the FOC control, i need to change the motor ID in the code. What is the procedure to change motor ID??
2025-12-08 8:53 AM
Hello @deadlock,
What do you mean by "change motor ID"?
2025-12-08 10:08 PM
I have 4 motors connected on same RS485 Bus, i want to address particular motor by Motor ID to control motors individually. Let me know how to address this issue.
2025-12-11 1:08 AM
Hello @deadlock,
STM32L4 series MCSDK firmware is only capable of controlling one motor at a time.
2026-01-07 12:56 AM
Yes, I have connected 4 numbers of STML4 series motor on single RS485 protocol. I want to send RPM command to each motor individually. Please let me know how to modify the code so that i can control motor through ASPEP protocol.
2026-01-12 3:29 AM
I am also trying to the same. @GMA Please suggest