hello
i work for my bachelor thesis and for this i must develop a card with en ft4232h for the programming and debugging of two arm processors.
my card is finished and i have create a program with eclipse for the two arm processors wich i have controlled with the jtagkey from amontec.
now i will also run my program with my card, but i have always a lot of problems with the drivers.
i have modify the .inf file from libusb wich was delivered by the openocd for make an interface for my ft4232. but when i will check my openocd with my two processors he write always
C:\xdev\tools\OpenOCD\0.3.1\bin>openocd.exe -f interface/FT4232H.cfg -f target/stm32.cfg
Open On-Chip Debugger 0.3.1 (2009-11-13-16:13)
$URL$
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html
1000 kHz
jtag_nsrst_delay: 100
jtag_ntrst_delay: 100
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain
Info : max TCK change to: 30000 kHz
Info : clock speed 1000 kHz
Error: JTAG scan chain interrogation failed: all ones
Error: Check JTAG interface, timings, target power, etc.
Error: JTAG scan chain interrogation failed: all ones
Error: Check JTAG interface, timings, target power, etc.
have anybody an idea how i can resolve my problem??
sincerly
westloser86