搜索资源列表
WWDG
- STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对看门狗进行操作。看门狗是一种保护措施。在一定程度上可以保护系统的可靠性。
WWDG
- 本源代码是STM32的看门狗程序驱动。编译器为keil。-STM32 are the source of the watchdog process-driven.
WWDG
- STM32喂狗代码,例程看如何使用STM32喂狗功能-STM32 feed the dog code, routine functions to see how to use the STM32 feed the dog
12_WWDG
- STM32系列处理器stm32f10x源码WWDG-STM32 family of processors stm32f10x source WWDG
STM32-WWDGPLCD1602-Sec-counter
- WWDG+LCD1602秒表实验;* WWDG + LCD1602 秒表实验 *两个按键中断方式控制,计时精确到10ms *key1--Start/Stop---PA8(板子上User键) key2---Clear---PC13(板子上Tamper键) *LCD1602接线:D0~D7--->PD[0..7] RS->PE0 RW->PE1 E->PE2(外部接上拉电阻到5V) *by 追梦 2011-4-8 *change by:追梦 2011-
WWDG
- STM32 的看门狗WWDG 简明例程源代码工程-The STM32' s the watchdog WWDG condensed routines source code project
4.WWDG-2
- stm32简易看门狗程序 函数库是2.0版本的 适合新手学习-The stm32 simple watchdog program library is a 2.0 version is suitable for novice learning
3.WWDG-1
- stm32简易看门狗程序 函数库是2.0版本的 适合新手学习-The stm32 simple watchdog program library is a 2.0 version is suitable for novice learning
WWDG
- stm32的窗口看门狗wwdg的应用,程序已通过调试-STM32 window watchdog wwdg application program through the debugging
WWDG
- STM32 窗口看门狗编程,测试能用、、如有更好的方法望交流-STM32 window watchdog programming, testing can be a better way, and, if desired exchange
WWDG-IWDG
- STM32看门狗初始化及喂狗程序,独立看门狗IWDG和窗口看门狗WWDG。-STM32 watchdog program initialization and feed the dog, an independent watchdog IWDG and window watchdog WWDG.
main
- STM32 内部自带了 2 个看门狗:独立看门狗( IWDG)和窗口看门狗( WWDG)。利用独 立看门狗,我们将通过按键 WK_UP 来喂狗,然后通 过 板上的DS0 提示复位状态。-use the watch dog of STM32,feed the dog by WK_UP, display reset status by DS0 of the mainboard.