ADC trigger with TIM1 CCR4 and transfer results to RAM using DMA
I am working with STM32F303CB and want to use Standard Peripheral Library only.How do i achieve the above ?After DMA controller has transferred data to RAM, i want it to generate an interrupt.How do i achieve this ?