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