2010-09-02 05:59 AM
ADC Trigger
2011-05-17 05:05 AM
Please read uC pdf RM0008.
1. CC =Capture/Compare (read section about Counter modes)
2. TRGO -dunno abbreviation but it can be emited by timers (figure 99)
3.
TIM_SelectOutputTrigger(TIM3,TIM_TRGOSource_Update);ADC_InitStructure.ADC_ExternalTrigConv =ADC_ExternalTrigConv_T3_TRGO;ADC_ExternalTrigConvCmd(ADC1, ENABLE);
2011-05-17 05:05 AM
Thks for replying. Your answer was the final clue to solve my whole last week headache. Thks for give me a pleasure weekend.
PD:Obviously I´ve read RM0008 before asking