Fail to launch on STM32F4 Bleucoin
Hi,
I’m new on STM32.
My system works AC6 System Workbench for STM32, on win10 64bit.
My setup is composed of a ST Bluecoin card with STM32F446 MCU, linked with a Nucleo board.
https://www.st.com/en/evaluation-tools/steval-bcnkt01v1.html
I’m having an issue on my Debug configuration :
After creating an “AC6 STM32 Debugging”.
I configured the debug as mentionned in the OpenSTM32 guide :
http://www.openstm32.org/Getting%2Bstarted%2Bwith%2BSystem%2BWorkbench%2Bfor%2BSTM32
Then, connection setup : SWD 1.8MHz
And STLinkV2 installed
The Console reports :
Open On-Chip Debugger 0.10.0-dev-00010-g96aab7b (2018-07-13-06:51)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
srst_only separate srst_nogate srst_open_drain connect_deassert_srst
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
adapter_nsrst_delay: 100
adapter speed: 1800 kHz
Info : clock speed 1800 kHz
Info : STLINK v2 JTAG v29 API v2 VID 0x0483 PID 0x374B
Info : Target voltage: 3.256353
Info : STM32F446MEYx.cpu: hardware has 6 breakpoints, 4 watchpoints
and that’s fine, as it seems.
However, the system cannot launch, reporting :
“Problem occured”
And the details :
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:7184
Error message from debugger back end:
Bogus trace status reply from target: timeout
Bogus trace status reply from target: timeout
I’ve go around this forum, not finding anything. Instead of here, but without solution : http://www.openstm32.org/tiki-view_forum_thread.php?threadId=3805
David