https://github.com/embeddedalpha/independent_watchdog_stm32
Baremetal Driver of Independent Watchdog for STM32
https://github.com/embeddedalpha/independent_watchdog_stm32
Last synced: 6 months ago
JSON representation
Baremetal Driver of Independent Watchdog for STM32
- Host: GitHub
- URL: https://github.com/embeddedalpha/independent_watchdog_stm32
- Owner: embeddedalpha
- Created: 2022-03-14T06:10:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T09:59:42.000Z (about 4 years ago)
- Last Synced: 2025-01-12T00:29:01.907Z (about 1 year ago)
- Language: C
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Independent Watchdog Driver for STM32
### Functions available
``` C
int IWDG_Init(int32_t timeout);
void IWDG_Prevent_Reset(void);
void IWDG_Start(void);
```
Note: Users are recommended to read through the library. Whenever a command is implemented, IWDG_Prevent_Reset() is to be called to avoid system reset.