I am trying to decimate my ADC values which are stored in a DMA buffer. The functions I am using are: 1. HAL_ADC_Start_DMA(); 2. arm_fir_decimate_init_f32(); 3. arm_fir_decimate_f32(); I understand that the information from the 12 bit ADC are
↧