Skip to main content
luisf
Associate II
August 26, 2019
Question

How to compile API with QT

  • August 26, 2019
  • 2 replies
  • 1083 views

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,

This topic has been closed for replies.

2 replies

Vladislav Yurov
Associate III
August 27, 2019

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
luisfAuthor
Associate II
August 27, 2019

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

Vladislav Yurov
Associate III
August 27, 2019

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.