Skip to main content
l.kopp
Associate II
May 14, 2019
Question

STM32MAT: ADC in Injected Conversion Mode triggered with TIM1

  • May 14, 2019
  • 2 replies
  • 1061 views

Hello,

I try to trigger a ADC for example ADC1 in injected conversion mode with the Timer out event of TIM1 but it doesn`t work.

For Time 1 i select OCREF and OC6REF as trigger event. In my ADC I select the Timer 1 Trigger out event as external trigger source.

My Timer is counting correctly bu my ADC isnt triggered.

Thanks in advance

L.

This topic has been closed for replies.

2 replies

hadi_bijari
Associate II
November 23, 2019

i have the same problem too

CMA
Associate II
December 17, 2019

op have you had any progress so far? I've been trying to do dma continuous scanning and injected read with TIM1, couldn't read from the regular channels but the JEOC's are successfully triggered.

17DEC19 2354

I circumvented the problem by doing dma continuous scanning with ADC1 and injected conversions with ADC2