Hello,
I cannot use OpenOcd to flash a STM32 NUCLEO-F767ZI board.
I've compiled the lastest sources from git but I get a "Cannot identify target" when trying to flash
Is this board too new to be unknown by OpenOcd ? (works well with the NUCLEO-Z476ZG board)
Where to change the device ID ? How long is the average delay to get a new board integrated ?
Thanks,
Jean
Info : stm32f7x.cpu: hardware has 8 breakpoints, 4 watchpoints
stm32f7x.cpu: target state: halted
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x08009ef4 msp: 0x20002d58
** Programming Started **
auto erase enabled
Info : device id = 0x10006451
Warn : Cannot identify target as a STM32 family.
Error: auto_probe failed
embedded:startup.tcl:454: Error: ** Programming Failed **
in procedure 'program'
in procedure 'program_error' called at file "embedded:startup.tcl", line 510
at file "embedded:startup.tcl", line 454
Hey Jean,
On Wed, Jun 22, 2016 at 08:47:32PM +0000, Jean wrote:
Please try compiling with http://openocd.zylin.com/#/c/3526/
--
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercerpav@gmail.com
Thanks a lot, OpenOCD works when recompiled with the patched stm32f2x.c file.
I can now flash the F767ZI nucleo board.