Replies: 3 comments
-
There's an AWU that can be used as a wakeup source. "IWDG" is OK. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does IWDG work now? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was solved by disabling native atomics. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions