Skip to main content
Associate II
October 23, 2025
Solved

How to build STM32H745 code using VS Code

  • October 23, 2025
  • 3 replies
  • 392 views

Hi every one,

I want to program STM32H745 nucleo-144 using VS Code, after i generate the code using Cube MX with Toolchain "make file". But when i try to build the code this happen "Something went wrong during the build process: 1".

Can any one help me.

Thanks.

Best answer by vincent_grenet

@Elite 

Takes care supported integration nowadays is about CMake not Make. CMakelists.txt are expected not Makefile.
Makefile is possible such said but for now you have to rely on your own supported by some VSCode marketplace goods.

3 replies

Issamos
Lead III
October 23, 2025

Hello @Elite 

I suggest you to have a look at thisYouTube quick tutorial  to program your STM32 Using the VS code extension.

Best Regards.
II

EliteAuthor
Associate II
October 26, 2025

Thanks dear 

vincent_grenetBest answer
ST Employee
October 23, 2025

@Elite 

Takes care supported integration nowadays is about CMake not Make. CMakelists.txt are expected not Makefile.
Makefile is possible such said but for now you have to rely on your own supported by some VSCode marketplace goods.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
EliteAuthor
Associate II
October 26, 2025

Thanks for reply,

My mistake will solved if i used CMake instead of Makefile???

thanks a lot 

Cartu38 OpenDev
Graduate II
October 30, 2025

@Elite board flashing is done at debug session launch time. Have a try !

Cartu38OpenDev_0-1761805420574.png