Ensuring that IWDG running
On STM32F401 or any STM32,
how can I read back the status of IWDG, ensuring that's it's running, as a safety measure?
As I know direct counter value is not accessible, that would be ideal to see that it's not stuck.
How to detect if LSI (thus IWDG) stopped running?
As I found HAL/registers are mostly write only, not intended to be read back.
Do I need to write this first
IWDG_KEY_ENABLE 0x0000CCCCu
before
