User Activity

Hi!I am using STM32F031 MCU as my BLDC motor controler,I using "gcc-arm-none-eabi-10-2020-q4-major-win32.exe" as compiler and compile with -Ofast option.However,when i using HAL_ADC_Start_DMA(),the ROM of code almost fill up the MCU.is it normal?TURN...
Hi!I am using STM32F030K6T6 as my bldc controller.i set up my adc as below:/* ADC init function */ void MX_ADC_Init(void) { ADC_ChannelConfTypeDef sConfig = {0};   /** Configure the global features of the ADC (Clock, Resolution, Data Alignment an...
Hi! i am using STM32F401CCU6 for BLDC/FOC motor control application.For foc application requirements, i need sampling 3 phase current in inject mode, vbus and motor temperature in regular mode.However, there is only 1 adc available for sampling. i tr...