Question
Nucleo F746 ADC DMA noise on the second half transfer!!!
Posted on October 07, 2016 at 06:53
Data shows in the figure is 16bit AD1,AD2,AD1,AD2...../*ADC configed multi-mode*/ multimode.Mode = ADC_DUALMODE_REGSIMULT; multimode.DMAAccessMode = ADC_DMAACCESSMODE_2; multimode.TwoSamplingDelay = ADC_TWOSAMPLINGDELAY_5CYCLES; HAL_ADCEx_MultiModeConfigChannel(&Adc1Handle, &multimode); HAL_ADCEx_MultiModeConfigChannel(&Adc2Handle, &multimode);
I tied the ADC in to GND, make the ADC DMA work normal mode, what ever I change the transfer size, the nois is big different just in the middle.
Crazzy!!!
Data shows in the figure is 16bit AD1,AD2,AD1,AD2...../*ADC configed multi-mode*/ multimode.Mode = ADC_DUALMODE_REGSIMULT; multimode.DMAAccessMode = ADC_DMAACCESSMODE_2; multimode.TwoSamplingDelay = ADC_TWOSAMPLINGDELAY_5CYCLES; HAL_ADCEx_MultiModeConfigChannel(&Adc1Handle, &multimode); HAL_ADCEx_MultiModeConfigChannel(&Adc2Handle, &multimode);