Skip to main content
Visitor II
October 23, 2025
Solved

How to build STM32H745 code using VS Code

  • October 23, 2025
  • 3 replies
  • 390 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.

    This topic has been closed for replies.
    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

    Graduate II
    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
    Visitor II
    October 26, 2025

    Thanks dear 

    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.

    EliteAuthor
    Visitor II
    October 26, 2025

    Thanks for reply,

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

    thanks a lot 

    Graduate II
    October 30, 2025

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

    Cartu38OpenDev_0-1761805420574.png