Posted on May 17, 2011 at 12:47> you don't use register shadowing for the injection > triggering so that you can change it mid period For me, this is (sadly) no option, as I use the shadow feature for changing my timer configuration atomar. > config...
Posted on May 17, 2011 at 12:47Hi Mark, I'm working on the same problem, and found out, that the best solution, would be to programm the regular ADC and the injected ADC to be triggered by a Timer. See Section 10.7 in the reference manual for this. ...
Posted on May 17, 2011 at 12:47Just to clarify this, Everything works, if I set ADC_InitWatchdog.ADC_ExternalTrigConv = ADC_ExternalTrigConvNone ADC_InitWatchdog.ADC_ExternalTrigConv = ADC_ExternalTrigConvNone and use ADC_SoftwareStartConvCmd(ADC1, ...
Posted on May 17, 2011 at 12:47I looked further into this issue and discovered the following : As far as I can see, the timer, that should trigger the ADC needs to be configured as PWM Output. As I use TIM1 only as an internal timer, I remapped TIM1...
Posted on May 17, 2011 at 12:47Hi, I'm trying to get an ADC conversation, triggered by TIM1 CC2 to work here is my code for ADC conversation: Code: <BR> ADC_InitSingleShot.ADC_Mode = ADC_Mode_Independent; <BR> ADC_InitSingleShot.ADC_ScanConvMode = D...