diff --git a/Kconfig b/Kconfig index 55ef05d4f7..873a4bf7c4 100644 --- a/Kconfig +++ b/Kconfig @@ -154,7 +154,7 @@ mainmenu "Espressif IoT Development Framework Configuration" mon reset halt # Run to a specific point in ROM code, # where most of initialization is complete. - thb *0x40007901 + thb *0x40007d54 c # Load the application into RAM load diff --git a/tools/test_apps/system/gdb_loadable_elf/gdbinit_esp32 b/tools/test_apps/system/gdb_loadable_elf/gdbinit_esp32 index d6eda236fb..18a212014b 100644 --- a/tools/test_apps/system/gdb_loadable_elf/gdbinit_esp32 +++ b/tools/test_apps/system/gdb_loadable_elf/gdbinit_esp32 @@ -5,7 +5,7 @@ target remote 127.0.0.1:3333 mon reset halt # Run to a specific point in ROM code, # where most of initialization is complete. -thb *0x40007901 +thb *0x40007d54 c # Load the application into RAM load