SparkFun Forums 

Where electronics enthusiasts find answers.

Open source ARM Debugger
By AMONTEC
#17657
Hi all sdk4arm users,

You should have to update the ocd module.

Our last update amontec-sdk4arm-ocd-20060822-ru1.exe [2 MB] includes the OpenOCD r88.

Download from http://www.amontec.com/sdk4arm.shtml

WARNING AFTER INSTALLING THIS UPDATE:
You have to update your configuration files :

-from
#interface
interface ftd2xx
ftd2xx_device_desc "Amontec JTAGkey A"
ftd2xx_layout jtagkey
ftd2xx_vid_pid 0x0403 0xcff8

-to
#interface
interface ft2232
ft2232_device_desc "Amontec JTAGkey A"
ft2232_layout jtagkey
ft2232_vid_pid 0x0403 0xcff8

ADVICE AFTER INSTALLING THIS UPDATE:
We added the following default commands in all configuration file examples.

#jtag nTRST and nSRST delay
jtag_nsrst_delay 200
jtag_ntrst_delay 50

This will help openocd server to connect to your target processor in many cases where reset supervisor is used on the target board.

For more info on the ocd module release check :
http://www2.amontec.com/sdk4arm/win32/a ... elease.txt

Hoping this help,

Regards,
Laurent