SDADC1 does not work when start the DMA on STM32F373
Posted on July 18, 2013 at 04:17Hi,everyone I have a question about SDADC and DMA.when I enable the DMA with'' DMA_Cmd(DMA2_Channel3, ENABLE)'' in program and the SDADC1 stop convert immediately. here is my code:void SDADC1_Config() { SDADC_Init...