User Activity

I try to transplant the Three-Shunt FOC project based on STM32G431RB supported by MCSDK to STM32G431C8.But The ADC interrupt is never called.I comment the code below in function R3_2_ADCxInit,the interrupt works.LL_ADC_INJ_SetQueueMode( ADCx, LL_ADC_...
I've designed an FOC driver borad using STM32F302.The ADC that samples the resistor current is set left-align in the generated code by MotorControl Workbench 5.4.7.Does ADC have to be left-aligned?Due to this,the ADC value is always out of bound​​
I've designed an FOC board.First of all,I want to realize the SVPWM without using other transformation in order to make the motor rotate first.PWMC_SetPhaseVoltage(pwmcHandle, Valphabeta);so I generate an array about Valphabeta as the code below:#de...
I have designed an FOC driving board using the chip STM32F302K6U6,but I can't find the the chip in the latest version of MCSDK.How can I create an FOC project by the chip?
in fuction:uint16_t R3_2_SetADCSampPointSectX( PWMC_Handle_t * pHdl ) /* sector number needed by GetPhaseCurrent, phase A and B are sampled which corresponds * to sector 4 */ pHandle->_Super.Sector = SECTOR_4;Phase A and B is corresponding t...
Kudos from