ADC conversion using periodic timer
I want to use a periodic timer to trigger an ADC conversion (which uses DMA).I have the periodic timer working OK on its own, and the ADC conversion with DMA working on its own... but when I try to put the two together it doesn't seem to trigger the ...