Code: Select all
adc_set_sample_rate(ADC1, ADC_SMPR_1_5)
dma_setup_transfer(DMA1, DMA_CH1, &ADC1->regs->DR, DMA_SIZE_32BITS,...
Code: Select all
adc_set_sample_rate(ADC1, ADC_SMPR_1_5)
dma_setup_transfer(DMA1, DMA_CH1, &ADC1->regs->DR, DMA_SIZE_32BITS,...
Ok, in short, if you want to learn about that stuff:Username: wrote: Thu Mar 12, 2020 2:34 pm Sorry, don't understand.
I am asking because I want to make additions to the code.
It's impossible to guessfor other statements concerning peripherals.
There should be some manual where those commands are summarized.
But where is that manual?