ADC does not work. There is no data in the receive buffer.
Hello.I want to run the ADC to transfer data through the DMA to the RAM buffer.What did you do:void initADC(void) { DMAMUX1_Channel0->CCR = (9 << DMAMUX_CxCR_DMAREQ_ID_Pos); DMA1_Stream0->CR &= ~DMA_SxCR_EN; while(DMA1_Stream0->CR & DMA_SxCR_E...