cancel
Showing results for 
Search instead for 
Did you mean: 

How to build STM32H745 code using VS Code

Elite
Visitor

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.

2 REPLIES 2
Issamos
Lead II

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

vincent_grenet
ST Employee

@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.