搜索资源列表
IWDG
- 基于STM32F103平台的独立看门狗应用程序-program base on STM32F103 CPU and IWDG module control code
IWDG
- 这是STM32F10x芯片的独立看门狗的使用程序段。-This is the independent watchdog STM32F10x chips use a block.
[-6-]-IWDG
- 在Keil4下实现对STM32F107VT6的独立看门狗功能-Test Independendt Watch Dog of STM32F107VT6
8.IWDG
- STM32F103VET6的IWDG使用例程,如果左按键按下,就喂狗,只要左键不停的按,看门狗就一直不会产生复位,保持红灯的常亮,一旦超过看门狗定溢出时间(Tout)还没按,那么将会导致程序重启,这将导致红灯熄灭一次-STM32F103VET6 the the IWDG use routine, if the left button is pressed, you feed the dog, Left-stop, the watchdog has not generate a reset, to
STM32__IWDG
- 自己编写的STM32F103RBT6的独立看门狗程序,开发环境是Keil uVision4(MDK4.12) 程序功能: 当程序下载到STM32后,会看到LED0(PA8)只是亮一了一下,然后就会一直不亮; 当while循环中的这语句:IWDG->KR=0xAAAA 注释掉后,再次下载程序到STM32中,会看到LED0不停在闪烁。 -I have written STM32F103RBT6 independent watchdog process, development
WDG_TEST
- 本实验将实现如下功能:程序一运行则开启IWDG,并使得DS0常亮,在主循环里面不停的检测WK_UP按键是否按下,如果有按下,则喂狗,否则等待看门狗复位。看门狗复位可以看到DS0不停的闪烁。 注意: 1,该代码可以JTAG(SWD)下载,但是不支持仿真(仿真结果错误). 2,不要把1820和PA0的跳线帽跳上,否则可能导致按键"不灵".-The experiment will achieve the following functions: a running program
4IWDG
- 4 基于IAR 环境的STM8的IWDG—独立看门狗入门工程源码-4 Based on the STM8 IAR environment independent watchdog of IWDG-source project started
IWDG
- Stm32寄存器版本初学者例程之独立看门狗试验。代码齐全,可以供初学者参考。-Independent watchdog beginner routine test version of Stm32 register. Code is complete, you can reference for beginners.
WWDG-IWDG
- STM32看门狗初始化及喂狗程序,独立看门狗IWDG和窗口看门狗WWDG。-STM32 watchdog program initialization and feed the dog, an independent watchdog IWDG and window watchdog WWDG.
IWDG
- 看门狗可实现对程序的实时监控,如果没有按看门狗那个按键的话,程序会自动重新执行。-Watchdog can realize the real-time monitoring of the program, if there were no press watchdog that button, program will automatically perform again.
wwdg
- 该文件为WWDG使用文件,窗口看门狗用于程序死循环的复位。-The file is IWDG use file, window watchdog is used to reset the program infinite loop.
iwdg
- STM32 IWDG应用程序,用于程序出现错误时,出现死循环,用于程序的重新初始化。-STM32 IWDG application for the program when an error occurs, an infinite loop, used to re-initialize the program.
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.
STM32-F429--IWD
- 秉火STM32 F429 开发板IWDG—独立看门狗-Hold fire STM32 F429 development board IWDG- independent watchdog
10 低功耗+RTC+IWDG+中断唤醒
- STM8 低功耗模式+rtc+中断唤醒(STM8 low power mode +rtc+ interrupt wakeup)
STM32F10x_StdPeriph_Lib_V3.5.0
- ADC examples 3 & 4 updated DEBUG example Example modified to support RIDE specific printf function implementation I2C example5 i2c_ee.c: add the following function prototypes: "void GPIO_Configuration(void)" add "void I2C_C
IWDG—独立看门狗
- STM32F103的独立看门狗程序实例,非常好用(STM32F103 independent watchdog program example, very useful)