cancel
Showing results for 
Search instead for 
Did you mean: 

ADC Trigger

gdiez
Associate II
Posted on September 02, 2010 at 14:59

ADC Trigger

2 REPLIES 2
lipin
Associate II
Posted on May 17, 2011 at 14:05

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);

gdiez
Associate II
Posted on May 17, 2011 at 14:05

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