|
From: Xiaofan C. <xia...@gm...> - 2012-05-29 10:37:04
|
On Tue, May 29, 2012 at 6:32 PM, Xiaofan Chen <xia...@gm...> wrote: > On Mon, May 28, 2012 at 7:33 PM, Xiaofan Chen <xia...@gm...> wrote: >> On Mon, May 28, 2012 at 7:25 PM, Alexander Osipenko <si...@gm...> wrote: >>> I have tested V8 with latest firmware: result is OK. >> >> Yes this is in line with my test result. Your latest patch is okay >> for V3/V7/V8 based on my test. I will get a V6 to test as well. >> Most likely it is okay based on Spen's results. > > Yes I can confirm it is okay with V6 for my test setup with STM32. > 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 mymacmini:stm32 xiaofanc$ ~/binj2/bin/openocd -f openocd_jlink.cfg Open On-Chip Debugger 0.6.0-dev-00597-gb4ce520-dirty (2012-05-28-18:34) Licensed under GNU GPL v2 For bug reports, read http://openocd.sourceforge.net/doc/doxygen/bugs.html 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 1.009056s (126.851 KiB/s) verified 131072 bytes in 0.277877s (460.635 KiB/s) Info : device id = 0x20036410 Info : flash size = 128kbytes stm32x mass erase complete wrote 131072 bytes from file dump.bin in 3.601744s (35.538 KiB/s) verified 131072 bytes in 0.283931s (450.814 KiB/s) 20480 bytes written at address 0x20000000 downloaded 20480 bytes in 0.131999s (151.516 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 |