ArduinoCore-stm32l0 icon indicating copy to clipboard operation
ArduinoCore-stm32l0 copied to clipboard

Brownout Detector

Open asgtech opened this issue 2 years ago • 2 comments

Hi

Just wanting to know if enabling the watchdog timer also turns on the Brownout detector (BOD)?

So will this STM32L0.wdtEnable(timeout) STM32L0.wdtReset()

turn on the BOD?

asgtech avatar Jun 14 '22 01:06 asgtech

No, the watchdog does not turn on the BOD.

GrumpyOldPizza avatar Jun 14 '22 11:06 GrumpyOldPizza

Is there a way to enable BOD?

asgtech avatar Jun 17 '22 03:06 asgtech