We have a AT91SAM7x and a Wiggler Jtag cable. We are using the “cfgs” that come with OpenOCD 0.4.0 namely parport.cfg and AT91SAM7s.cfg.
Giveio drivers have been installed and we are using the correct parallel port address.
When we run OpenOCD with the two config files this what we get–>
C:\oocd\bin>openocd -f parport.cfg -f at91sam7s.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.html
parport port = 0x378
srst_only srst_pulls_trst srst_gates_jtag srst_open_drain
Warn : use ‘at91sam7x.cpu’ as target identifier, not ‘0’
Info : clock speed 500 kHz
Info : JTAG tap: at91sam7x.cpu tap/device found: 0x3f0f0f0f (mfg: 0x787, part: 0
xf0f0, ver: 0x3)
Info : Embedded ICE version 1
Info : at91sam7x.cpu: hardware has 2 breakpoint/watchpoint units
At this point DOS becomes unresponsive and we have to use Ctrl+Break to stop execution.
Help Please.
Thanks