__enable_irq () at /home/vovan/ZEPHYR_RTOS/zephyrproject/modules/hal/cmsis_6/CMSIS/Core/Include/cmsis_gcc.h:800
800 __ASM volatile ("cpsie i" : : : "memory");
(gdb) break main
Breakpoint 1 at 0x8000254c: file /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c, line 15.
(gdb) set $pc=main
(gdb) c
Continuing.
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) s
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) s
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) s
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) s
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) n
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) n
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) n
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) n
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) break z_cstart
Breakpoint 2 at 0x80003f58: file /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/kernel/init.c, line 777.
(gdb) set $pc=z_cstart
(gdb) s
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) s
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) s
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);
(gdb) s
Breakpoint 1, main () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
15 printf("Hello World! %s\n", CONFIG_BOARD_TARGET);