diff --git a/Kconfig b/Kconfig index a18e69ec4d..666333a867 100644 --- a/Kconfig +++ b/Kconfig @@ -115,7 +115,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/examples/get-started/hello_world/.gdbinit.ci b/examples/get-started/hello_world/.gdbinit.ci index a7fb13506e..af5a5fbdae 100644 --- a/examples/get-started/hello_world/.gdbinit.ci +++ b/examples/get-started/hello_world/.gdbinit.ci @@ -4,7 +4,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