Skip to content

Commit 8bd96c7

Browse files
committed
target/esp32p4: disable super watchdog on halt
1 parent faa3c64 commit 8bd96c7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tcl/target/esp32p4.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@ proc esp32p4_wdt_disable { } {
5454
# Disable RTC watchdog
5555
mww 0x50116018 0x50D83AA1
5656
mww 0x50116000 0
57-
# Clear RTC wdt interrupt state
57+
58+
# Disable Super watchdog
59+
mww 0x50116020 0x50D83AA1
60+
mww 0x5011601C 0x40000000
61+
62+
# Clear RTC_WDT and SWDT interrupt state
5863
mww 0x50116030 0xC0000000
5964
}
6065

0 commit comments

Comments
 (0)