Поставил в инициализации конфиги, теперь выдает так
CODE
target remote | openocd --pipe -d -f interface/parport.cfg -f board/atmel_at91sam7s-ek.cfg
Open On-Chip Debugger 0.4.0 (2010-02-22-19:05)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html0x00000000 in _vec_reset ()
monitor reset init
JTAG tap: at91sam7s256.cpu tap/device found: 0x3f0f0f0f (mfg: 0x787, part: 0xf0f0, ver: 0x3)
srst pulls trst - can not reset into halted mode. Issuing halt after reset.
target state: halted
target halted in ARM state due to debug-request, current mode: System
cpsr: 0x2000001f pc: 0x000003b8
requesting target halt and executing a soft reset
target state: halted
target halted in ARM state due to debug-request, current mode: Supervisor
cpsr: 0x200000d3 pc: 0x00000000
NOTE! DCC downloads have not been enabled, defaulting to slow memory writes. Type 'help dcc'.
NOTE! Severe performance degradation without fast memory access enabled. Type 'help fast'.
load
Loading section .text, size 0xe84 lma 0x0
Loading section .data, size 0x444 lma 0xe84
Loading section .eh_frame, size 0x184 lma 0x12c8
Start address 0x0, load size 5196
Transfer rate: 7 KB/sec, 1732 bytes/write.
s
Single stepping until exit from function _vec_reset,
which has no line number information.
stepi ignored. GDB will now fetch the register state from the target.
Program received signal SIGINT, Interrupt.
0x00000000 in _vec_reset ()
что то не так с in _vec_reset () ?
У меня проект demo_at91sam7_blink_flash, виглер и платка самодельные, бинарник записывается и светодиоды мигают.
После запуска отладки перестают.
Может быть чего то не хватает на плате?