2022-04-28 07:17 AM
2022-04-28 07:41 AM
Welcome, @LKarv.1, to the community!
since a while ST-LINK Utility (STSW-LINK004) is not recommended for new design (NRND) anymore and also not tested under Windows 11. We strongly recommend to use STM32CubeProgr instead, which also runs an all important platforms.
Does it answer your question?
Regards
/Peter
2022-04-28 11:19 AM
On my Win11 x64 laptop the ST-LINK utility runs just fine.
No any runtime DLL issues.
Haven't tried on ARM yet.
2022-04-28 11:34 AM
It's not clear what the "can't do it" part describes.
With older software there is often a need to marshal all the correct Microsoft Redistributable packages, usually seen via pop-ups or 0xC0000135 (STATUS_DLL_NOT_FOUND) type errors.
In trouble-shooting issues over at the uBlox forum I found this collection, and this saved fishing specific ones off the Microsoft site, and multiple attempts to find the right one in cascading dependency failure cases.
https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/
2022-04-28 01:58 PM
Just install a single universal package, which combines all versions since Visual Studio 2015. ST-LINK Utility is 32-bit application, therefore it needs x86 version.
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
2022-04-29 12:52 AM
Ok, typical error
2022-04-29 02:10 AM
> Ok, typical error
This is on clean Windows 11?
2022-04-29 02:13 AM
Install the VC Redistributables, should have the MFC DLLs
2022-04-29 02:46 AM
My college run a version V4.5.0 of ST_LINK.. and now it works.
Yes, it was a clean version of Windows
Thanks
Lars
2022-04-30 09:15 AM
Using an older version of the software only because of a complete inability to see the correct answers in the topic...