GrumpyOldPizza / ArduinoCore-stm32l0

Arduino Core for STM32L0
125 stars 67 forks source link

Brownout Detector #202

Open asgtech opened 2 years ago

asgtech commented 2 years ago

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?

GrumpyOldPizza commented 2 years ago

No, the watchdog does not turn on the BOD.

asgtech commented 2 years ago

Is there a way to enable BOD?