cancel
Showing results for 
Search instead for 
Did you mean: 

Analog Watchdog ADC STM32F4 Discovery HAL example

ninad911
Associate III
Posted on August 03, 2016 at 18:49

Hello,

    I want to work with Analog Watchdog ADC of  STM32F4 Discovery using HAL Library. Can anyone please help me where i can find an example or if can someone upload. 

Thanks in advance!

#hal-library #stm32f4-discovery-adc
1 REPLY 1
Nesrine M_O
Lead II
Posted on August 04, 2016 at 10:06

Hi saraf.ninad.001,

You can inspire from the Analog Watchdog ADC example under the STM32F0 cube firmware package:

STM32Cube_FW_F0_V1.6.0\Projects\STM32F072RB-Nucleo\Examples\ADC\ADC_AnalogWatchdog

This example provides a short description of how to use the ADC peripheral to perform conversions with analog watchdog and out-of-window interruptions enabled.

-Syrine-