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...