- BSP version: 4.2.4, target: RAK3272S (STM32WLE5)
- Issue:
api.system.wdthas nodisable()method — onlyenable()andreset() - Why it matters:
sleep.all()does not feed IWDG (confirmed by test — device reboots after 8s of sleep). Without disable, WDT cannot be scoped to blocking operations only. - Request: Add
api.system.wdt.disable()— or confirm a supported pattern for WDT + long sleep
The watchdog of the STM32WLE5 cannot be disabled.You have to take care of retriggering the WDT from your code.