Skip to main content
ninad911
Associate II
August 3, 2016
Question

Analog Watchdog ADC STM32F4 Discovery HAL example

  • August 3, 2016
  • 1 reply
  • 785 views
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
This topic has been closed for replies.

1 reply

Nesrine M_O
Associate
August 4, 2016
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-