Is it possible to use this cable with OpenOCD to debug an ARM target?
http://www.olimex.com/dev/avr-usb-jtag.html
It seems to be based on FT232 from FTDI, so it uses a COM port for communications.
The VID is 0403 and PID is 6001 if that helps.
Is it possible to use this cable with OpenOCD to debug an ARM target?
http://www.olimex.com/dev/avr-usb-jtag.html
It seems to be based on FT232 from FTDI, so it uses a COM port for communications.
The VID is 0403 and PID is 6001 if that helps.
Hello Yuge,
The answer is yes. You need to load drivers that suit your OS.
If you are running under Vista or Windows 7 64-bit OS you will find the OS do not work well with the new hardware drivers.
Look at other threads in this section. There is quite a bit to get right in the config files.
You need to read the documentation on your chip and OpenOCD to make sure you get the correct config file. Note the command syntax changes depending on the version of OpenOCD you use.
Ernest
Interestingly, I’m running Windows 7 64-bit and the drivers that came along with the ARM-USB-TINY CD seemed to install just fine. I don’t know anything about the AVR-JTAG-USB one, but they don’t look all that different aside from the different pin layout.