Hello, sorry if I’m asking some stupid question, but I’m a total newb to ARM and OCD and I’m trying to run my “Hello World”. I have the same problem. I’m using ARM-USB-TINY and STM32-103STK and the message I get when I run external tool is:
Open On-Chip Debugger 1.0 (2008-10-15-13:12) svn:exported
$URL: http://svn.berlios.de/svnroot/repos/openocd/trunk/src/openocd.c $
Info: options.c:50 configuration_output_handler(): jtag_speed: 10, 10
Info: options.c:50 configuration_output_handler(): Open On-Chip Debugger 1.0 (2008-10-15-13:12) svn:exported
Error: ft2232.c:1375 ft2232_init_ftd2xx(): unable to open ftdi device: 2
Error: ft2232.c:1390 ft2232_init_ftd2xx(): ListDevices: 2
Error: ft2232.c:1392 ft2232_init_ftd2xx(): 0: Olimex OpenOCD JTAG TINY A
Error: ft2232.c:1392 ft2232_init_ftd2xx(): 1: Olimex OpenOCD JTAG TINY B
I tried using the other external tool (openocd-ftd2xx.exe) and then it seems to start but I get error when I try to debug.
Under windows it is usually a driver installation problem
If you are using Linux it is often a problem of setting access rights to the usb device, usually using a udev rule, this has been discussed in the lists (or google).