Loading section rom_start, size 0x2278 lma 0x60000000
Loading section text, size 0x48f0 lma 0x60002278
Loading section .ARM.exidx, size 0x8 lma 0x60006b68
Loading section initlevel, size 0x58 lma 0x60006b70
Loading section device_area, size 0xc0 lma 0x60006bc8
Loading section sw_isr_table, size 0x470 lma 0x60006c88
Loading section gpio_driver_api_area, size 0x24 lma 0x600070f8
Loading section clock_control_driver_api_area, size 0x1c lma 0x6000711c
Loading section uart_driver_api_area, size 0x14 lma 0x60007138
Loading section rodata, size 0x111c lma 0x60007150
Loading section datas, size 0x20 lma 0x60010000
Loading section device_states, size 0xc lma 0x60010020
Loading section .last_section, size 0x4 lma 0x6001002c
0001117 I Target type is mimxrt1024 [board]
0001128 C Unable to claim interface for probe 0238000030f6a44000000000000000000000000097969905 [__main__]
Start address 0x80002bc0, load size 33432
Transfer rate: 10 KB/sec, 1194 bytes/write.
(gdb) hbreak SystemInitHook
Hardware assisted breakpoint 1 at 0x80006700: file /home/vovan/ZEPHYR_RTOS/zephyrproject/modules/hal/nxp/mcux/mcux-sdk-ng/devices/RT/RT1020/MIMXRT1024/system_MIMXRT1024.c, line 257.
(gdb) hbreak z_prep_c
Hardware assisted breakpoint 2 at 0x80002d0c: file /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/cortex_m/prep_c.c, line 202.
(gdb) hbreak z_cstart
Hardware assisted breakpoint 3 at 0x80003f58: file /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/kernel/init.c, line 777.
(gdb) hbreak mpu_configure_regions_from_dt
Hardware assisted breakpoint 4 at 0x80003020: file /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/mpu/arm_mpu.c, line 114.
(gdb) hbreak arm_core_mpu_enable
Hardware assisted breakpoint 5 at 0x80002f80: file /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/mpu/arm_mpu.c, line 288.
(gdb) c
Continuing.
Breakpoint 1, SystemInitHook () at /home/vovan/ZEPHYR_RTOS/zephyrproject/modules/hal/nxp/mcux/mcux-sdk-ng/devices/RT/RT1020/MIMXRT1024/system_MIMXRT1024.c:257
257 }
(gdb) c
Continuing.
Breakpoint 2, z_prep_c () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/cortex_m/prep_c.c:202
202 relocate_vector_table();
(gdb) c
Continuing.
Breakpoint 3, z_cstart () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/kernel/init.c:777
777 z_sys_init_run_level(INIT_LEVEL_EARLY);
(gdb) c
Continuing.
Breakpoint 4, 0x80003020 in mpu_configure_regions_from_dt (reg_index=<optimized out>) at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/mpu/arm_mpu.c:114
114 num_regions = mem_attr_get_regions(®ion);
(gdb) c
Continuing.
Breakpoint 5, arm_core_mpu_enable () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/mpu/arm_mpu.c:288
288 MPU->CTRL = MPU_CTRL_ENABLE_Msk | MPU_CTRL_PRIVDEFENA_Msk;
(gdb) p/x mpu_config.mpu_regions[0]
$1 = {base = 0x80000000, name = 0x80007d86, attr = {rasr = 0x602002e}}
(gdb) p/x mpu_config.mpu_regions[1]
$2 = {base = 0x81000000, name = 0x80007d8e, attr = {rasr = 0x110b002e}}