2014-05-10 04:48 AM
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 ;)2014-05-10 07:57 AM
2014-05-13 10:53 AM