Analog Watchdog ADC STM32F4 Discovery HAL example
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-08-03 9:49 AM
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
Labels:
- Labels:
-
ADC
-
STM32Cube MCU Packages
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-08-04 1:06 AM
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_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-