Question
STM32F303 - ADC + Timer
Posted on May 10, 2014 at 13:48
Hello everyone,
I'm writing here with question about ADC and Timer combination. I want to trigger the converter using timer. On this day I'm working with ST lib, where this operation is defined like that:ADC_InitStructure.
ADC_ExternalTrigConvEvent
=
ADC_ExternalTrigConvEvent_x;
where x - is number of event. Ok, so... which number I must choose to connect ADC to timer ? (for example TIM1 or TIM2). RegardsP.S.Sorry about my english but I'm not using this language every day ;)