cancel
Showing results for 
Search instead for 
Did you mean: 

How to compile API with QT

luisf
Associate II

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,

3 REPLIES 3
Vladislav Yurov
Associate III

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. 0690X00000AAL59QAH.png

I hope someone from ST will help us to resolve the problem.

luisf
Associate II

Hello, can you provide me the STM32CUbeProgrammer v2.0.0? I cannot find to download on ST website.

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.