Hi! With a git master compiled today I cannot get new MPSSE driver to work the right way... With STM32 I get sth like this:
parameters: > -f interface/ftdi/jtagkey.cfg -f target/stm32f1x.cfg -c "adapter_khz 100; > reset_config trst_and_srst" output: > Open On-Chip Debugger 0.7.0-dev-00077-g5c2c269 (2012-11-09-16:37) > Licensed under GNU GPL v2 > For bug reports, read > http://openocd.sourceforge.net/doc/doxygen/bugs.html > Info : only one transport option; autoselect 'jtag' > adapter speed: 1000 kHz > adapter_nsrst_delay: 100 > jtag_ntrst_delay: 100 > cortex_m3 reset_config sysresetreq > adapter speed: 100 kHz > trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain > Info : clock speed 100 kHz > Info : TAP stm32f1x.cpu does not have IDCODE > Warn : JTAG tap: stm32f1x.cpu UNEXPECTED: 0x00000000 (mfg: 0x000, part: > 0x0000, ver: 0x0) > Error: JTAG tap: stm32f1x.cpu expected 1 of 1: 0x3ba00477 (mfg: 0x23b, part: > 0xba00, ver: 0x3) > Info : JTAG tap: stm32f1x.bs tap/device found: 0x87fd047d (mfg: 0x23e, part: > 0x7fd0, ver: 0x8) > Warn : JTAG tap: stm32f1x.bs UNEXPECTED: 0x87fd047d (mfg: 0x23e, part: > 0x7fd0, ver: 0x8) > Error: JTAG tap: stm32f1x.bs expected 1 of 9: 0x06412041 (mfg: 0x020, part: > 0x6412, ver: 0x0) > Error: JTAG tap: stm32f1x.bs expected 2 of 9: 0x06410041 (mfg: 0x020, part: > 0x6410, ver: 0x0) > Error: JTAG tap: stm32f1x.bs expected 3 of 9: 0x16410041 (mfg: 0x020, part: > 0x6410, ver: 0x1) > Error: JTAG tap: stm32f1x.bs expected 4 of 9: 0x06420041 (mfg: 0x020, part: > 0x6420, ver: 0x0) > Error: JTAG tap: stm32f1x.bs expected 5 of 9: 0x06414041 (mfg: 0x020, part: > 0x6414, ver: 0x0) > Error: JTAG tap: stm32f1x.bs expected 6 of 9: 0x06418041 (mfg: 0x020, part: > 0x6418, ver: 0x0) > Error: JTAG tap: stm32f1x.bs expected 7 of 9: 0x06430041 (mfg: 0x020, part: > 0x6430, ver: 0x0) > Error: JTAG tap: stm32f1x.bs expected 8 of 9: 0x06420041 (mfg: 0x020, part: > 0x6420, ver: 0x0) > Error: JTAG tap: stm32f1x.bs expected 9 of 9: 0x06428041 (mfg: 0x020, part: > 0x6428, ver: 0x0) > Warn : Unexpected idcode after end of chain: 33 0x9dd0023b > Warn : Unexpected idcode after end of chain: 65 0x8b208020 > Error: double-check your JTAG setup (interface, speed, missing TAPs, ...) > Error: Trying to use configured scan chain anyway... > Warn : Bypassing JTAG setup events due to errors > Info : stm32f1x.cpu: hardware has 6 breakpoints, 4 watchpoints For LPC1769 it looks more or less the same. Via telnet I can do some basic commands so it actually works to some extent... This very same compilation works fine with STM32F1x via ST-Link/V2 or with old ft2232.c driver. Am I doing something wrong or is something really broken? I can also test with LPC2103, but I doubt it will be different... 4\/3!! ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
