update notes with deep sleep references
This commit is contained in:
parent
83c2a64f12
commit
b334b18233
1 changed files with 4 additions and 0 deletions
4
notes.md
4
notes.md
|
|
@ -39,3 +39,7 @@ if you want to monitor prints via SDI, you can use the following instead:
|
||||||
when flashing standalone with the `wlink` utility, you can simply run the following:
|
when flashing standalone with the `wlink` utility, you can simply run the following:
|
||||||
`wlink -v flash <PATH_TO_BINARY>`
|
`wlink -v flash <PATH_TO_BINARY>`
|
||||||
|
|
||||||
|
|
||||||
|
# CH32V MISC NOTES
|
||||||
|
## SLEEP / DEEP SLEEP
|
||||||
|
it turns out you can not put the chip into deep sleep and have it wake up correctly until you power cycle it. WHAT THE FUCK. see page 36 of the [qingkev3 processor manual](https://www.wch-ic.com/download/file?id=368) at the bottom of section 6.1 Enter Sleep
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue