An open API service indexing awesome lists of open source software.

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

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.