Загрузка данных


Reading symbols from build_rt1024/build_pjsip/zephyr/zephyr.elf...
Remote debugging using :3333
arch_system_halt (reason=reason@entry=20) at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/kernel/fatal.c:30
30              for (;;) {
Successfully halted device
Resetting target
Loading section .last_section, size 0x4 lma 0x80129454
Loading section rom_start, size 0x2278 lma 0x60000000
Loading section text, size 0xec874 lma 0x60002280
0001073 I Target type is mimxrt1024 [board]
0001083 C Unable to claim interface for probe 0238000030f6a44000000000000000000000000097969905 [__main__]
Loading section .ARM.exidx, size 0x8 lma 0x600eeaf4
Loading section initlevel, size 0x188 lma 0x600eeafc
Loading section device_area, size 0x384 lma 0x600eec84
Loading section sw_isr_table, size 0x470 lma 0x600ef008
Loading section _static_thread_data_area, size 0x90 lma 0x600ef478
Loading section dma_driver_api_area, size 0x28 lma 0x600ef508
Loading section entropy_driver_api_area, size 0x8 lma 0x600ef530
Loading section flash_driver_api_area, size 0x18 lma 0x600ef538
Loading section gpio_driver_api_area, size 0x24 lma 0x600ef550
Loading section i2c_driver_api_area, size 0x18 lma 0x600ef574
Loading section i2s_driver_api_area, size 0x14 lma 0x600ef58c
Loading section clock_control_driver_api_area, size 0x1c lma 0x600ef5a0
Loading section mdio_driver_api_area, size 0x18 lma 0x600ef5bc
Loading section uart_driver_api_area, size 0x4c lma 0x600ef5d4
Loading section ethphy_driver_api_area, size 0x28 lma 0x600ef620
--Type <RET> for more, q to quit, c to continue without paging--c
Loading section net_l3_register_area, size 0x30 lma 0x600ef648
Loading section net_socket_register_area, size 0x10 lma 0x600ef678
Loading section log_const_area, size 0x188 lma 0x600ef688
Loading section log_backend_area, size 0x10 lma 0x600ef810
Loading section input_callback_area, size 0x24 lma 0x600ef820
Loading section shell_area, size 0x30 lma 0x600ef844
Loading section shell_root_cmds_area, size 0x40 lma 0x600ef874
Loading section shell_subcmds_area, size 0x3ac lma 0x600ef8b4
Loading section shell_dynamic_subcmds_area, size 0x24 lma 0x600efc60
Loading section tdata, size 0x8 lma 0x600efc88
Loading section rodata, size 0x397b4 lma 0x600efc90
Loading section nocache, size 0x3800 lma 0x60129844
Loading section .ramfunc, size 0x80 lma 0x6012d044
Loading section datas, size 0x549c lma 0x6012d0c4
Loading section device_states, size 0x34 lma 0x60132560
Loading section log_mpsc_pbuf_area, size 0x40 lma 0x60132594
Loading section log_msg_ptr_area, size 0x4 lma 0x601325d4
Loading section log_dynamic_area, size 0xc4 lma 0x601325d8
Loading section k_mem_slab_area, size 0xfc lma 0x6013269c
Loading section k_heap_area, size 0x3c lma 0x60132798
Loading section k_mutex_area, size 0xc8 lma 0x601327d4
Loading section k_msgq_area, size 0xf0 lma 0x6013289c
Loading section k_sem_area, size 0xd8 lma 0x6013298c
Loading section net_buf_pool_area, size 0xb0 lma 0x60132a64
Loading section net_if_area, size 0x44 lma 0x60132b14
Loading section net_if_dev_area, size 0x28 lma 0x60132b5c
Loading section net_l2_area, size 0x14 lma 0x60132b84
Loading section usbd_context_area, size 0x74 lma 0x60132b98
Loading section usbd_class_fs_area, size 0x18 lma 0x60132c0c
Loading section usbd_class_hs_area, size 0x18 lma 0x60132c24
Loading section usbd_msc_lun_area, size 0x10 lma 0x60132c3c
Start address 0x8001a5c8, load size 1255488
Transfer rate: 11 KB/sec, 1859 bytes/write.
(gdb) n
z_arm_reset () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/cortex_m/reset.S:122
122         msr msp, r0
(gdb) n
z_arm_reset () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/cortex_m/reset.S:137
137         bl soc_reset_hook
(gdb) n
157         movs.n r0, #_EXC_IRQ_DEFAULT_PRIO
(gdb) n
^C
Program received signal SIGINT, Interrupt.
z_arm_reset () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/cortex_m/reset.S:157
157         movs.n r0, #_EXC_IRQ_DEFAULT_PRIO
(gdb) break main
Breakpoint 1 at 0x80011bb4: file /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/pjsip/pjproject/pjsip-apps/src/samples/zephyr_pjsua.c, line 864.
(gdb) c
Continuing.

Program received signal SIGTRAP, Trace/breakpoint trap.
z_arm_reset () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/cortex_m/reset.S:157
157         movs.n r0, #_EXC_IRQ_DEFAULT_PRIO
(gdb) c
Continuing.

Program received signal SIGTRAP, Trace/breakpoint trap.
z_arm_reset () at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/arch/arm/core/cortex_m/reset.S:157
157         movs.n r0, #_EXC_IRQ_DEFAULT_PRIO