Replies: 3 comments
|
There's an AWU that can be used as a wakeup source. "IWDG" is OK. |
0 replies
|
Does IWDG work now? |
0 replies
|
This was solved by disabling native atomics. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Anyone knows how to correctly set, and modify watchdogs?
Because every 240 seconds my code halts on a ch32v305, and only by pushing the reset button it restarts.
Searching around I've found that this MCU contains two watchdogs: WWDG and IWDG, What is the correct way to set them?
All reactions