2021-10-10 03:54 AM
Hi,
I'm working on a STM32F7508-DK recently bought. I've imported an example project from stm32f7 packages called Menu_Launcher. I'm trying to run the project with OpenOCD but this doesn't work and I have the following errors in the console :
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : STLINK V2J38M27 (API v2) VID:PID 0483:374B
Info : Target voltage: 3.228947
Info : clock speed 4000 kHz
Info : stlink_dap_op_connect(connect)
Info : SWD DPIDR 0x5ba02477
Warn : Silicon bug: single stepping may enter pending exception handler!
Info : STM32F750N8Hx.cpu: hardware has 8 breakpoints, 4 watchpoints
Info : STM32F750N8Hx.cpu: external reset detected
Info : starting gdb server for STM32F750N8Hx.cpu on 3333
Info : Listening on port 3333 for gdb connections
Info : accepting 'gdb' connection on tcp/3333
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x08002b48 msp: 0x20050000
Info : device id = 0x10016449
Info : flash size = 64 kbytes
Info : accepting 'gdb' connection on tcp/3333
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x08002b48 msp: 0x20050000
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x08002b48 msp: 0x20050000
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x08002b48 msp: 0x20050000
shutdown command invoked
Info : dropped 'gdb' connection
shutdown command invoked
I've tried to use stm32 ST-LINK Utility to see if the board is locked or something like this but I can flash it so I don't think that the problem comes from the board. And the connection speed seems to be good aswell.
Did someone have the same issue and could solve it ? Or do you have ant ideas of where the problem could come from ?
Thanks by advance