STM32F3 ADC and DMA Regular conversion and sequence transfer counts
I am still having some issues with my STM32F334x8 and ADC DMA regular sequencing....
I am having ADC1 OVR flag set and am trying to use the IRQ which is successfully firing on IRQ but still need to understand how the sequencing and synchronization works with DMA a bit better.
OK, so seeing that DMA_CNDTRx is R/W, I can just write 7 to this register when disabled to reset that inside my OVR IRQ...
Now, how do I read or change the SEQ Sequence in the ADC1 peripheral to a known value ?
Does simply disabling the ADC and Re-enabling it reset the sequence count ? Would be nice to know where it is at but maybe that is not readable or writable ?
