2017-05-18 08:17 AM
Hi,
I cannot dbg and programming stm32446e-eval board using onboard st-link, pic below. I checked also other board stm32f769i-disco and its working fine on the same enviroment.
Log:
Unplugged target or STLink already in use or STLink USB driver not installed
Open On-Chip Debugger 0.10.0-dev-00278-ga53935e-dirty (2017-05-09-09:25) Licensed under GNU GPL v2 For bug reports, readhttps://community.st.com/external-link.jspa?url=http%3A%2F%2Fopenocd.org%2Fdoc%2Fdoxygen%2Fbugs.html
srst_only separate srst_nogate srst_open_drain connect_assert_srst Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD adapter speed: 4000 kHz adapter_nsrst_delay: 100 Info : clock speed 4000 kHz Error: open failed (no matching adapter found) in procedure 'init' in procedure 'ocd_bouncer'How to fix it ?
Thank you in advance,
Regards
Miko
#openocd-error #st32446e2017-05-18 08:22 AM
Make sure it works with the ST-LINK Utilities, and check the firmware version is current.
OpenOCD may be checking for a chip ID it doesn't support, in which case you should get a current build that does.
2017-05-18 08:28 AM
I updated firmware to the newest version and still the same
:(
Strange but using TrueStudio I can dbg and prog this board.Add dbg window
2017-05-18 10:41 AM
Make sure there are using the same version of OpenOCD, with same config files and options.
2017-05-18 10:49 AM
Where I can check it? in vfg file there is no informaton about version of OpenOCD. This is also examle from CubeMX, its strange for me.
2017-05-18 02:17 PM
I'd suppose you run it from the command line, in the directories you find it in.
2017-05-19 02:13 AM
Hi I found bug on my PC motherboard. When I use USB 3.1 its not working, when USB 2.0 interface everything is ok. EVB is supply both cases on ext PSU.
I have ASUS RAMPAGE V EXTREME.
Thank you for suggestions.
2017-05-23 12:21 AM
Hi, I have the same problem, does someone have a solution ?
Cécile