japaric / stm32f103xx-hal

HAL for the STM32F103xx family of microcontrollers
Apache License 2.0
115 stars 40 forks source link

Independent Watchdog peripheral #118

Open astro opened 5 years ago

astro commented 5 years ago

Depends on the unproven+unreleased watchdog traits from embedded-hal

astro commented 5 years ago

You forgot to implement WatchdogDisable.

The datasheet doesn't mention anything about stopping the IWDG. Is there an unofficial way?

TeXitoi commented 5 years ago

Sorry I can't find any way to implement DisableWatchdog. Sorry for the noise.

astro commented 5 years ago

Rebased and addressed your concerns.