2020-07-28 06:33 PM
I've been debugging a custom designed board that has an FT4232 USB IC on it with a JTAG interface. STM32Cube IDE up to 1.3.1 could successfully debug this through openocd. Version 1.4.0 wants to force firmware verification so I can no longer program and debug my board. How can I disable the ST-Link firmware check?
Solved! Go to Solution.
2020-07-31 07:22 AM
Starting right now a 1.4.1 STM32CubeIDE release is available to you.
Such minor 1.4.1 patch (some Kbytes) is solving issue reported by this topic.
2020-07-28 10:54 PM
Same here!
2020-07-28 11:09 PM
Sounds some update done if STLink server but existing product update is not able to manage depending of your previous install. I would advice to rely on installer to get proper STLink server whatever target OS. Have a try. Installer are available at www.st.com.
2020-07-28 11:38 PM
I have never used the ST-Link GDB server, and don't intend to. I reinstalled IDE 1.3.0, and it works fine with my boards with the debug probe set to ST-Link (OpenOCD) in the debugger configuration. I don't have time to play around with the ST-Link server now. Will just stay on 1.3.0 until it is fixed or someone figures out how to disable the ST-Link firmware check.
2020-07-28 11:45 PM
Solved!
I deinstalled all and start a fresh install from 1.4.0. Now it works.
2020-07-28 11:55 PM
Please tag as "Answered" will help Community.
2020-07-28 11:57 PM
Sure!
Please, how can I tag the post?
2020-07-28 11:58 PM
Tried that. Doesn't work for me. Still says:
Back to 1.3.0 (can't seem to find 1.3.1 for download anywhere).
2020-07-29 12:09 AM
You can select the 1.3.0 ver to download.
2020-07-29 12:46 AM
Possibly reboot or kill any existing STLink server process on your host prior installing 1.4.0 from installer.
Fact is STLinker server is a running as a deamon process. If an old version is running new installation may not happen as expected.
Not sure about but maybe ...