2025-10-23 3:59 AM - last edited on 2025-10-23 4:14 AM by Andrew Neil
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.
2025-10-23 4:04 AM
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
2025-10-23 5:51 AM
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.