cancel
Showing results for 
Search instead for 
Did you mean: 

ADC external trigger

mohit rai
Associate II
Posted on December 26, 2017 at 06:11

Hello,

I am using ADC in triple regular simultaneously mode (circular mode using FIFO half threshold). EXTI11 is used for trigger the ADC.when I am reading ADC's value it is not coming in sequence .

When external trigger is timer(TIM2) then  I am getting all value in sequence.

How can I resolve this problem?

Thanks in advance.

Regards,

Mohit Rai

2 REPLIES 2
Posted on December 26, 2017 at 18:11

Make sure EXTI11 signal doesn't bounce. Check with a scope, making sure how frequently it triggers.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on December 27, 2017 at 10:34

Thanks for your reply.

 Now it's working.