User Activity

How do I convert the value I get from MC_GetMecSpeedReferenceMotor1() into RPM, similar to how the Motor Pilot reports speed in RPM.int16_t motorSpeed = MC_GetMecSpeedReferenceMotor1();
I just started testing the Motor Control API ,such as the ones below for initializing the motor control MC_ProgramSpeedRampMotor1(0, 0); MC_StartMotor1();Followed by this command which gets executed every 10 seconds. if (speed>0){ // sets a giv...
Good Afternoon,Hope you are doing well. Looking for advise on how to resolve this issue.We designed a motor controller using the STL220N6F7 (MOSFET) and L6387ED gate driver. We know the MOSFETs are rated for 60V. However, when we ran 42V the MOSFETs ...
I am trying to run The Motor Control Work Bench using my custom board. I created an inverter profile by cloning one of the existing boards, as below.I made the necessary changes to map pinout of my board. The board appears on the inverter page, as be...
I'm trying to attempt CAN on a STM32G473 MCU. While transmission seems to be fine, I'm not receiving any data back. The receive call back function is not triggering.Following is my setup:Below is the TxHeader and RxHeader initialization along with th...
Kudos given to