stm32F427+OpenOcd +JTAG-lock-pick

Hello,

I try to run stm32f427 with OpenOCD and I have a problem

Open On-Chip Debugger 0.8.0-dev-00094-gc658229 (2013-07-21-11:25)
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: 1000 kHz
Info : clock speed 1000 kHz
Info : JTAG tap: stm32f4x.cpu tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)
Info : JTAG tap: stm32f4x.bs tap/device found: 0x06419041 (mfg: 0x020, part: 0x6419, ver: 0x0)
Info : stm32f4x.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : accepting 'gdb' connection from 3333
Info : device id = 0x10006419
Info : flash size = 1024kbytes
Assertion failed!
 
Program: C:\ARM\openocd-0.8.0\bin-x64\openocd-x64-0.8.0.exe
File: ../../../../src/flash/nor/stm32f2x.c, Line 708
 
Expression: i < bank->num_sectors
 
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

I’m currently working on stm32F405, F407 and they work well

Regards,

Smashing

Hello,

I try to understand your question with a browser but I have a problem

You’re description about anything and everything sucks.

Hi,

I worked with stm32F405 and stm32F407, and there was no problem.

Now I bought stm32f427 and can not be programmed with JTAG+OpenOCD

Reading symbols from D:\Project\trunk\SOURCES UC\STM32F427Test\out\stm32F427Test.elf...done.
target remote localhost:3333
Remote debugging using localhost:3333
Ignoring packet error, continuing...
warning: unrecognized item "timeout" in "qSupported" response
Remote communication error.  Target disconnected.: No error.
 
restore out/stm32F427Test.elf 
You can't do that without a process to debug.
tbreak main
Note: breakpoint 1 also set at pc 0x80002a8.
Temporary breakpoint 2 at 0x80002a8: file main.c, line 38.
continue
The program is not being run.

Regards,

Smashing