SparkFun Forums 

Where electronics enthusiasts find answers.

Open source ARM Debugger
By mifi
#17457
Hello,

a new compiled Windows version is available here:

http://www.yagarto.de/howto/openocd/index.html

Here you will find a small tutorial and the link for the OpenOCD.


NOTE: The syntax of the cfg file is changed a little. Now you must
use the following entries for example for the Amontec JTAGkey:

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

This was changed from:

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

Dominic has clean up the FT2232 part.

Best regards,

Michael