TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle

ADC library for STM32F4xx - http://stm32f4-discovery.com/2014/04/library-06-ad-converter-on-stm32f4xx/. More...

Modules

 TM_ADC_Macros
 Library defines.
 
 TM_ADC_Typedefs
 Library Typedefs.
 
 TM_ADC_Functions
 Library Functions.
 

Detailed Description

ADC library for STM32F4xx - http://stm32f4-discovery.com/2014/04/library-06-ad-converter-on-stm32f4xx/.

This library allows you to operate with ADC peripheral on STM32F4xx devices.

ADC pinout
CHANNEL   ADC1   ADC2   ADC3

0         PA0    PA0    PA0
1         PA1    PA1    PA1
2         PA2    PA2    PA2
3         PA3    PA3    PA3
4         PA4    PA4    PF6
5         PA5    PA5    PF7
6         PA6    PA6    PF8
7         PA7    PA7    PF9
8         PB0    PB0    PF10
9         PB1    PB1    PF3
10        PC0    PC0    PC0
11        PC1    PC1    PC1
12        PC2    PC2    PC2
13        PC3    PC3    PC3
14        PC4    PC4    PF4
15        PC5    PC5    PF5
Changelog
 Version 1.2
  - March 08, 2015
  - Support for new GPIO system

 Version 1.1
  - November 02, 2014
  - Added support for measure Vbat pin with ADC

 Version 1.0
  - First release
Dependencies
 - STM32F4xx
 - STM32F4xx RCC
 - STM32F4xx GPIO
 - STM32F4xx ADC
 - defines.h
 - TM GPIO