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


west debugserver -r pyocd --build-dir build_rt1024/build_SDRAM_hello_world/
-- west debugserver: rebuilding
ninja: no work to do.
-- west debugserver: using runner pyocd
-- runners.pyocd: pyOCD GDB server running on port 3333
0001076 I Target type is mimxrt1024 [board]
0001148 I DP IDR = 0x0bd11477 (v1 MINDP rev0) [dap]
0001194 I AHB-AP#0 IDR = 0x04770041 (AHB-AP var4 rev0) [discovery]
0001271 I AHB-AP#0 Class 0x1 ROM table #0 @ 0xe00fd000 (designer=00e:NXP part=88c) [rom_table]
0001291 I [0]<e00fe000:ROM class=1 designer=43b:Arm part=4c8> [rom_table]
0001292 I   AHB-AP#0 Class 0x1 ROM table #1 @ 0xe00fe000 (designer=43b:Arm part=4c8) [rom_table]
0001301 I   [0]<e00ff000:ROM class=1 designer=43b:Arm part=4c7> [rom_table]
0001301 I     AHB-AP#0 Class 0x1 ROM table #2 @ 0xe00ff000 (designer=43b:Arm part=4c7) [rom_table]
0001314 I     [0]<e000e000:SCS v7-M class=14 designer=43b:Arm part=00c> [rom_table]
0001324 I     [1]<e0001000:DWT v7-M class=14 designer=43b:Arm part=002> [rom_table]
0001328 I     [2]<e0002000:FPB v7-M class=14 designer=43b:Arm part=00e> [rom_table]
0001333 I     [3]<e0000000:ITM v7-M class=14 designer=43b:Arm part=001> [rom_table]
0001340 I   [1]<e0041000:ETM M7 class=9 designer=43b:Arm part=975 devtype=13 archid=4a13 devid=0:0:0> [rom_table]
0001350 I   [2]<e0042000:CTI CS-400 class=9 designer=43b:Arm part=906 devtype=14 archid=0000 devid=40800:0:0> [rom_table]
0001359 I [1]<e0040000:TPIU M7 class=9 designer=43b:Arm part=9a9 devtype=11 archid=0000 devid=ca1:0:0> [rom_table]
0001363 I [2]<e0043000:TSGEN class=15 designer=43b:Arm part=101> [rom_table]
0001368 I IMXRT Boot Mode: Internal Boot [target_imxrt]
0001390 I CPU core #0: Cortex-M7 r1p1, v7.0-M architecture [cortex_m]
0001390 I   Extensions: [DSP, FPU, FPU_DP, FPU_V5, MPU] [cortex_m]
0001390 I   FPU present: FPv5-D16-M [cortex_m]
0001484 I 4 hardware watchpoints [dwt]
0001491 I 8 hardware breakpoints, 1 literal comparators [fpb]
0001554 I Semihost server started on port 4444 (core 0) [server]
0002847 I GDB server started on port 3333 (core 0) [gdbserver]
0035053 I Client connected to port 3333! [gdbserver]
0050275 I IMXRT Boot Mode: Internal Boot [target_imxrt]
0050278 I IMXRT Boot Device: 0 [target_imxrt]
0086015 I IMXRT Boot Mode: Internal Boot [target_imxrt]
0086019 I IMXRT Boot Device: 0 [target_imxrt]

Reading symbols from build_rt1024/build_SDRAM_hello_world/zephyr/zephyr.elf...
Remote debugging using :3333
__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");
Successfully halted device
Resetting target
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
0001066 I Target type is mimxrt1024 [board]
0001077 C Unable to claim interface for probe 0238000030f6a44000000000000000000000000097969905 [__main__]
Start address 0x80002bc0, load size 33432
Transfer rate: 10 KB/sec, 1194 bytes/write.
(gdb) break main
Breakpoint 1 at 0x8000254c: file /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/SDRAM_hello_world/src/main.c, line 15.
(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) monitor reset halt
Resetting target with halt
Successfully halted device on reset
(gdb) n
0x00200456 in ?? ()
(gdb) n
Cannot find bounds of current function
(gdb) n
Cannot find bounds of current function
(gdb) s
Cannot find bounds of current function