EasyManua.ls Logo

ST STM32F31xx User Manual

ST STM32F31xx
584 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #57 background imageLoading...
Page #57 background image
UM1581
Analog-to-digital converter (ADC)
DocID023800 Rev 1
57/584
ï‚· ADC_FLAG_AWD2: ADC Analog watchdog 2 flag
ï‚· ADC_FLAG_AWD3: ADC Analog watchdog 3 flag
a. Flags
ï‚· ADC_IT_AWD1: ADC Analog watchdog 1 interrupt source
ï‚· ADC_IT_AWD2: ADC Analog watchdog 2 interrupt source
ï‚· ADC_IT_AWD3: ADC Analog watchdog 3 interrupt source (#) Flags for ADC dual
mode
a. Flags for Master
ï‚· ADC_FLAG_MSTRDY: ADC master Ready (ADRDY) flag
ï‚· ADC_FLAG_MSTEOSMP: ADC master End of Sampling flag
ï‚· ADC_FLAG_MSTEOC: ADC master End of Regular Conversion flag
ï‚· ADC_FLAG_MSTEOS: ADC master End of Regular sequence of Conversions flag
ï‚· ADC_FLAG_MSTOVR: ADC master overrun flag
ï‚· ADC_FLAG_MSTJEOC: ADC master End of Injected Conversion flag
ï‚· ADC_FLAG_MSTJEOS: ADC master End of Injected sequence of Conversions flag
ï‚· ADC_FLAG_MSTAWD1: ADC master Analog watchdog 1 flag
ï‚· ADC_FLAG_MSTAWD2: ADC master Analog watchdog 2 flag
ï‚· ADC_FLAG_MSTAWD3: ADC master Analog watchdog 3 flag
ï‚· ADC_FLAG_MSTJQOVF: ADC master Injected Context Queue Overflow flag
a. Flags for Slave
ï‚· ADC_FLAG_SLVRDY: ADC slave Ready (ADRDY) flag
ï‚· ADC_FLAG_SLVEOSMP: ADC slave End of Sampling flag
ï‚· ADC_FLAG_SLVEOC: ADC slave End of Regular Conversion flag
ï‚· ADC_FLAG_SLVEOS: ADC slave End of Regular sequence of Conversions flag
ï‚· ADC_FLAG_SLVOVR: ADC slave overrun flag
ï‚· ADC_FLAG_SLVJEOC: ADC slave End of Injected Conversion flag
ï‚· ADC_FLAG_SLVJEOS: ADC slave End of Injected sequence of Conversions flag
ï‚· ADC_FLAG_SLVAWD1: ADC slave Analog watchdog 1 flag
ï‚· ADC_FLAG_SLVAWD2: ADC slave Analog watchdog 2 flag
ï‚· ADC_FLAG_SLVAWD3: ADC slave Analog watchdog 3 flag
ï‚· ADC_FLAG_SLVJQOVF: ADC slave Injected Context Queue Overflow flag The user
should identify which mode will be used in his application to manage the ADC
controller events: Polling mode or Interrupt mode. In the Polling Mode it is advised to
use the following functions: - ADC_GetFlagStatus() : to check if flags events occur. -
ADC_ClearFlag() : to clear the flags events. In the Interrupt Mode it is advised to use
the following functions: - ADC_ITConfig() : to enable or disable the interrupt source. -
ADC_GetITStatus() : to check if Interrupt occurs. - ADC_ClearITPendingBit() : to clear
the Interrupt pending Bit (corresponding Flag).
ï‚· ADC_ITConfig()
ï‚· ADC_GetFlagStatus()
ï‚· ADC_ClearFlag()
ï‚· ADC_GetCommonFlagStatus()
ï‚· ADC_ClearCommonFlag()
ï‚· ADC_GetITStatus()
ï‚· ADC_ClearITPendingBit()
3.2.9 Initialization and Configuration functions
3.2.9.1 ADC_DeInit

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the ST STM32F31xx and is the answer not in the manual?

ST STM32F31xx Specifications

General IconGeneral
BrandST
ModelSTM32F31xx
CategoryMicrocontrollers
LanguageEnglish

Summary

How to Use and Customize the Library

Library Configuration Parameters

Details configuration parameters that customize the library for specific applications via define statements.

Peripheral Initialization and Configuration

Step-by-step guide on how to initialize and configure a peripheral, including clock enabling.

Running Your First Example

Guides on loading and executing template examples, covering prerequisites and tool-specific steps.

Developing Your First Application

Outlines the typical starting point and steps for developing an application from scratch.

Analog-to-digital converter (ADC) Firmware Driver

ADC Firmware Driver API Description

Lists and describes the various functions available in the ADC library for peripheral control.

Controller Area Network (bxCAN) Firmware Driver

CAN Firmware Driver API Description

Lists and describes the various functions available in the CAN library for peripheral control.

Comparators (COMP) Firmware Driver

COMP Firmware Driver API Description

Lists and describes the various functions available in the COMP library for peripheral control.

CRC Calculation Unit (CRC) Firmware Driver

CRC Firmware Driver API Description

Lists and describes the various functions for CRC configuration and computation.

Digital-to-Analog Converter (DAC) Firmware Driver

DAC Firmware Driver API Description

Lists and describes the various functions for DAC peripheral control and data transfer.

DMA Controller (DMA) Firmware Driver

DMA Firmware Driver API Description

Lists and describes functions for DMA initialization, configuration, and data transfers.

External Interrupt/Event Controller (EXTI) Firmware Driver

EXTI Firmware Driver API Description

Lists and describes functions for EXTI features, usage, initialization, and interrupt management.

FLASH Memory (FLASH) Firmware Driver

FLASH Firmware Driver API Description

Lists and describes functions for FLASH interface configuration and memory programming.

General-purpose I/Os (GPIO) Firmware Driver

GPIO Firmware Driver API Description

Lists and describes functions for GPIO usage, initialization, read/write, and alternate functions.

Inter-integrated Circuit Interface (I2C) Firmware Driver

I2C Firmware Driver API Description

Lists and describes functions for I2C usage, initialization, communication, SMBUS, and registers management.

Independent Watchdog (IWDG) Firmware Driver

IWDG Firmware Driver API Description

Lists and describes functions for IWDG features, usage, prescaler, activation, and flag management.

Operational Amplifier (OPAMP) Firmware Driver

OPAMP Firmware Driver API Description

Lists and describes functions for OPAMP peripheral features, usage, and initialization.

Power Control (PWR) Firmware Driver

PWR Firmware Driver API Description

Lists and describes functions for backup domain access, PVD configuration, and low power modes.

Reset and Clock Control (RCC) Firmware Driver

RCC Firmware Driver API Description

Lists and describes functions for RCC features, clock configuration, and peripheral clocks.

Real-time Clock (RTC) Firmware Driver

RTC Firmware Driver API Description

Lists and describes functions for RTC operating conditions, domain access, and time/date configuration.

Serial Peripheral Interface (SPI) Firmware Driver

SPI Firmware Driver API Description

Lists and describes functions for SPI usage, initialization, data transfers, CRC calculation, and DMA.

System Configuration Controller (SYSCFG) Firmware Driver

SYSCFG Firmware Driver API Description

Lists and describes functions for SYSCFG usage, initialization, and configuration.

General-Purpose Timers (TIM) Firmware Driver

TIM Firmware Driver API Description

Lists and describes functions for TIM output compare, input capture, advanced control, and synchronization management.

Universal Synchronous Asynchronous Receiver Transmitter (USART) Firmware Driver

USART Firmware Driver API Description

Lists and describes functions for USART usage, initialization, RS485, DMA, interrupts, STOP mode, and AutoBaudRate.

Window Watchdog (WWDG) Firmware Driver

Related product manuals