Hi, I am using nRF5_SDK_15.0.0_a53641a.
I'm using code below to start WD and I'm not feeding WD.
After WD reset, I'm looking at RESETREAS register and DOG bit is not high, only PINRESET is high.
What am I missing?
I found that in in system_nrf52840.c there is errata136 that resets all bits but PINRESET, when I remove that code it works fine. Why does this errata exist and if I need it?