Skip to content

Commit 3b13cbc

Browse files
igrrgerekon
authored andcommitted
target/esp32: also disable RTC WDT
1 parent d5d77fe commit 3b13cbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tcl/target/esp32.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ proc esp_core_halt { tgt } {
4747
$tgt mww 0x3FF60064 0x50D83AA1
4848
$tgt mww 0x3FF60048 0x0
4949
#RTC WDT
50-
#ToDo: Figure out how to kill the RTC WDT
50+
$tgt mww 0x3FF480A4 0x50D83AA1
51+
$tgt mww 0x3FF4808C 0x0
5152
}
5253

5354
proc configure_esp32_core { TGT } {

0 commit comments

Comments
 (0)