2019-08-26 02:28 PM
Hello,
I have tried to compile the API examples of the STM32CubeProg with Qt but as one of the DLLs is 64 bits, it fails to run. Is there any compiled version of the DLL for 32 bits?
Regards,
2019-08-27 03:54 AM
I have the same problem. Always receiving the error 0xC000007B, when is running compiled STM32CubePrgAPI.exe (From STM32CubeProgrammer v2.1.0 package). Compiled binary from the STM32CubeProgrammer v2.0.0 v2.1.0, which is a part of STM32 Cube IDE is running without problems.
OS is Windows 10 x64.
I hope someone from ST will help us to resolve the problem.
2019-08-27 10:42 AM
Hello, can you provide me the STM32CUbeProgrammer v2.0.0? I cannot find to download on ST website.
2019-08-27 10:50 AM
Hi, I though, that it was version 2.0.0. But it was 2.1.0 too. DLL libraries are different. Try to install STM32Cube IDE (1.0.1 or 1.0.2 also works for me). From the installation folder, from ./plugins/com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32XXXXXX... copy the content to some other folder and try to compile in QT..
P.S. I didn't see 32-bit version of these libraries.