cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F401的ADC中,间断模�?和扫�??模�?有什么�?�系,

L罗.1
Associate II
 
1 REPLY 1
KDJEM.1
ST Employee

Hi @LSL 罗​,

Thanks to develop your posts in English so it helps us and the users of our community understand your question and try to help you.

I've translated your question using a translation tool to increase the chances of getting you a reply from our experts and community members, since the majority interact in English.  

Here is the translation of your post using Google translate:

In the ADC of STM32F401, what is the relationship between discontinuous mode and scan mode,

The Scan mode is used to scan a group of analog channels. A single conversion is performed for each channel of the group. After each end of conversion, the next channel in the group is converted automatically.

Discontinuous mode has two groups:

  • Regular group: This mode can be used to convert a short sequence of n conversions (n ≤ 8) that is part of the sequence of conversions selected in the ADC_SQRx registers.
  • Injected group: It can be used to convert the sequence selected in the ADC_JSQR register, channel by channel, after an external trigger event.

For more explanation I advise you to refer to RM0368 and precisely section 11.3 ADC function description.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Thank you

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.