User Activity

I'm using custom firmware on EVSPING4 board.After MC_StartMotor1() motor and ABI encoder is aligning, and everything works as expected.After that I'm using MC_StopMotor1() command to stop motor and moving motor by hand.After that I'm using MC_StartMo...
I'm using EVSPIN32G4 - can I prepare own json file with inverter for MCSDK 6.0 project? I'm trying to create it myself based on C:\Program Files (x86)\STMicroelectronics\MC_SDK_6.0.0\Utilities\PC_Software\STMCWB\assets\hardware\board\inverter\B-G431B...
uC = STSPIN32G4second sensor = PA4 (ADC2_IN17)I have tried add second NTC sensor and using MC functions.A have added:sConfig.Channel = ADC_CHANNEL_17; // BEARING_TEMPERATURE sConfig.Rank = ADC_REGULAR_RANK_1; sConfig.SamplingTime = ADC_SAMPLETIME_4...
I designed clone of EVSPIN32G4 and can't resolve issue.I generated application for EVSPIN32G4 and motor rotate without any problem, but on my PCB I have MC_BREAK_IN. Why TIMx_BRK_M1_IRQHandler() function is called?I can't find issue in my design - i...
I have genereted project for inverter EVSPIN32G4 in MC SDK 5.Y.3 (FV 1.4, MX 6.3.0) - project is attached to this thread.I have added in project :int16_t g_goal_torque; int16_t g_current_torque; uint16_t g_mc_current_faults_motor; uint16_t g_mc_occur...
Kudos from