(gdb) info break
Num Type Disp Enb Address What
3 breakpoint keep y 0x8000254c in main at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c:15
4 breakpoint keep y 0x80003f58 in z_cstart at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/kernel/init.c:777
(gdb) c
Continuing.
^C
Program received signal SIGINT, Interrupt.
arch_cpu_idle () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/cortex_m/cpu_idle.c:104
104 __enable_irq();
(gdb) monitor reset halt
Resetting target with halt
Successfully halted device on reset
(gdb) c
Continuing.
в консоле печатает:
*** Booting Zephyr OS build 3ae962fd364a ***
Hello World! mimxrt1024_evk/mimxrt1024
точка останова не сработала