2016-08-03 09:49 AM
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-adc2016-08-04 01:06 AM
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_AnalogWatchdogThis 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-