We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d77fe commit 3b13cbcCopy full SHA for 3b13cbc
tcl/target/esp32.cfg
@@ -47,7 +47,8 @@ proc esp_core_halt { tgt } {
47
$tgt mww 0x3FF60064 0x50D83AA1
48
$tgt mww 0x3FF60048 0x0
49
#RTC WDT
50
- #ToDo: Figure out how to kill the RTC WDT
+ $tgt mww 0x3FF480A4 0x50D83AA1
51
+ $tgt mww 0x3FF4808C 0x0
52
}
53
54
proc configure_esp32_core { TGT } {
0 commit comments