Quantcast
Channel: Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1583

GR-PEACH Board debugging with NXP DAPLink CMSIS-DAP Usb Interface

$
0
0

Hello,

I need to debug an application on GR-PEACH board using the USB interface using the OpenOCD Debugger.

I have configured the the debugger in my project in this way:

But when I start the debugging the console shows the message below but the debugger doesn't break at main or start.

What could be not well configured.

Thank you

Best regards

Flavio Gobber

GNU ARM Eclipse 64-bits Open On-Chip Debugger 0.10.0-dev-00287-g85cec24-dirty (2016-01-10-10:13)
Licensed under GNU GPL v2
For bug reports, read
    openocd.org/.../bugs.html
Info : only one transport option; autoselect 'swd'
adapter speed: 1000 kHz
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain connect_deassert_srst
debug_level: 0
force hard breakpoints
Started by GNU MCU Eclipse
cortex_a interrupt mask off
rza1.cpu: target state: halted
target halted in ARM state due to debug-request, current mode: Supervisor
cpsr: 0x000001d3 pc: 0xffff0000
MMU: disabled, D-Cache: disabled, I-Cache: disabled
rza1.cpu: target state: halted
target halted in ARM state due to debug-request, current mode: Supervisor
cpsr: 0x000001d3 pc: 0xffff0000
MMU: disabled, D-Cache: disabled, I-Cache: disabled
===== ARM registers
(0) r0 (/32): 0x00000000 (dirty)
(1) r1 (/32): 0x00000000
(2) r2 (/32): 0x00000000
(3) r3 (/32): 0x00000000
(4) r4 (/32): 0x00000000
(5) r5 (/32): 0x00000000
(6) r6 (/32): 0x00000000
(7) r7 (/32): 0x00000000
(8) r8 (/32): 0x00000000
(9) r9 (/32): 0x00000000
(10) r10 (/32): 0x00000000
(11) r11 (/32): 0x00000000
(12) r12 (/32): 0x00000000
(13) sp_usr (/32)
(14) lr_usr (/32)
(15) pc (/32): 0xFFFF0000
(16) r8_fiq (/32)
(17) r9_fiq (/32)
(18) r10_fiq (/32)
(19) r11_fiq (/32)
(20) r12_fiq (/32)
(21) sp_fiq (/32)
(22) lr_fiq (/32)
(23) sp_irq (/32)
(24) lr_irq (/32)
(25) sp_svc (/32): 0x00000000
(26) lr_svc (/32): 0x00000000
(27) sp_abt (/32)
(28) lr_abt (/32)
(29) sp_und (/32)
(30) lr_und (/32)
(31) cpsr (/32): 0x000001D3
(32) spsr_fiq (/32)
(33) spsr_irq (/32)
(34) spsr_svc (/32)
(35) spsr_abt (/32)
(36) spsr_und (/32)
(37) sp (/32)
(38) lr (/32)
(39) sp_mon (/32)
(40) lr_mon (/32)
(41) spsr_mon (/32)
cortex_a interrupt mask off


Viewing all articles
Browse latest Browse all 1583

Trending Articles