Posted on May 17, 2011 at 12:24Hi Is it possible to have an input capture event reset a TCNT (timer2) register without resorting to interrupts? (I tried it with DMA but no success) Thanks Dave
Posted on May 17, 2011 at 12:22In case anyone else was wondering, after reading the datasheet more carefully it says that that ADC1 & ADC2 results are saved as 32bits to the ADC1_DR which can be copied by a single DMA transfer
Posted on May 17, 2011 at 12:22Hi, I'm planning to use a STM32F103 in dual ADC mode. I want to perform simultaneous sampling on 2 analogue signals i.e. a separate ADC assigned to each signal. I have an external trigger which will initiate a 128 samp...