Hi,
I have some questions regarding errata 136.
I understand that the workaround is to ignore reset reason bits which are not RESETPIN.
However, I don't understand how ~POWER_RESETREAS_RESETPIN_Msk can help us, as the operation makes pin reset bit 0 and the other bits become 1. Isn't that the opposite from what we want?
In addition, I had some troubles with implementing watchdog, as POWER_RESETREAS_DOG_Msk was always true, until I removed errata 126 fix. Is it possible?
Thanks!