|
From: Xiaofan C. <xia...@gm...> - 2012-05-29 10:39:46
|
On Tue, May 29, 2012 at 6:36 PM, Xiaofan Chen <xia...@gm...> wrote: > My colleague just bought a few Flasher ARM (J-Link V8 compatible) > and it works withe your patch as well. > > The latest release of Segger DLL comes with the following > FW for the Flasher ARM. > J-Link ARM / Flasher ARM V3 compiled Apr 20 2012 17:36:24 > Interestingly the Flasher ARM works with vanilla git version of OpenOCD as well. I did unplug and plug the Flasher ARM this time. mymacmini:stm32 xiaofanc$ openocd -f openocd_jlink.cfg Open On-Chip Debugger 0.6.0-dev-00595-g445a54a (2012-05-25-20:38) Licensed under GNU GPL v2 For bug reports, read http://openocd.sourceforge.net/doc/doxygen/bugs.html Warn : Adapter driver 'jlink' did not declare which transports it allows; assuming legacy JTAG-only Info : only one transport option; autoselect 'jtag' 1000 kHz adapter_nsrst_delay: 100 jtag_ntrst_delay: 100 cortex_m3 reset_config sysresetreq libusbx: warning [darwin_cache_device_descriptor] could not retrieve device descriptor 05ac:8281: device not responding. skipping device Info : J-Link initialization started / target CPU reset initiated Info : J-Link ARM / Flasher ARM V3 compiled Apr 20 2012 17:36:24 Info : J-Link caps 0xbfff7bbf Info : J-Link hw version 2030000 Info : J-Link hw type Flasher Info : J-Link max mem block 32744 Info : J-Link configuration Info : USB-Address: 0x0 Info : Kickstart power on JTAG-pin 19: 0xffffffff Info : Vref = 3.293 TCK = 1 TDI = 0 TDO = 1 TMS = 0 SRST = 0 TRST = 0 Info : J-Link JTAG Interface ready Info : clock speed 1000 kHz Info : JTAG tap: stm32f1x.cpu tap/device found: 0x3ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x3) Info : JTAG tap: stm32f1x.bs tap/device found: 0x16410041 (mfg: 0x020, part: 0x6410, ver: 0x1) Info : stm32f1x.cpu: hardware has 6 breakpoints, 4 watchpoints 1000 kHz Info : JTAG tap: stm32f1x.cpu tap/device found: 0x3ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x3) Info : JTAG tap: stm32f1x.bs tap/device found: 0x16410041 (mfg: 0x020, part: 0x6410, ver: 0x1) target state: halted target halted due to debug-request, current mode: Thread xPSR: 0x01000000 pc: 0x0800272c msp: 0x20000810 8000 kHz dumped 131072 bytes in 0.982017s (130.344 KiB/s) verified 131072 bytes in 0.277907s (460.586 KiB/s) Info : device id = 0x20036410 Info : flash size = 128kbytes stm32x mass erase complete wrote 131072 bytes from file dump.bin in 3.597987s (35.575 KiB/s) verified 131072 bytes in 0.282505s (453.089 KiB/s) 20480 bytes written at address 0x20000000 downloaded 20480 bytes in 0.129214s (154.782 KiB/s) 1000 kHz Info : JTAG tap: stm32f1x.cpu tap/device found: 0x3ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x3) Info : JTAG tap: stm32f1x.bs tap/device found: 0x16410041 (mfg: 0x020, part: 0x6410, ver: 0x1) shutdown command invoked -- Xiaofan |