STM32: Analog Watchdog

Опубликовано: 26 Ноябрь 2024
на канале: Steppe School
537
24

This video aims to deliver comprehensive guidance on Analog watchdog in the STM32 MCUs. I will first explain the notion of watchdog in embedded systems. Then, we will use STM32 CubeMx to configure the peripherals, and HAL API to develop our code. Nucleo-L476RG is the board I used in this article, but the tutorial applies to other STM32 MCU boards.

Steppeschool Courses:
https://www.steppeschool.com/courses/...
https://www.steppeschool.com/courses/...
https://www.steppeschool.com/courses/...

Source Code:
https://github.com/Steppeschool/STM32...

00:00 Introduction
00:56 Analog watchdog explanation
05:52 STM32CubeMx Analog watchdog configuration
07:34 Analog watchdog callback function
10:51 Analog watchdog optimization