STM32CubeIDE for Visual Studio Code (MCUs)

Ask questions on the STM32CubeIDE for Visual Studio Code extension. Find answers on a variety of topics, including build issues, debug functionalities, CMake project integration, and feature requests for CubeCLT installation.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Run without debugging on VSCode

I have setup STM32 VSCode extension on my PC and it is amazing. The only problem that I have encountered is that it is not possible to run the code without debugging. I removed the "runToEntryPoint": "main" line in launch.json. But every time I launc...

DamianoF by Associate III
  • 5870 Views
  • 21 replies
  • 5 kudos

Resolved! Red Squiggles in VSC

I have recently started a project in VSC using an STM32 device.  I first used STM32CubeMX to generate code, so that created most of the project.  I am using CMAKE.Initially there was no issue, and everything worked fine after disabling intellisense. ...

control.c.jpg settings.json.jpg c_cpp_properties.json.jpg
ARich.1 by Associate III
  • 688 Views
  • 14 replies
  • 3 kudos

Cannot start debug on vs code

I am on a Mac, I have generated my project for stm32g0b1rct6 using cubemx and I ran setup STM32Cube project(s) tool within vscode with all 3 options (CLANG, CLANG_GCC, GCC) and whenever I try to run debug, I get time out error: bound doStepConnectToT...

zagoda_0-1766398438913.png
zagoda by Associate
  • 483 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 VS Code Extension: “Setup STM32Cube project(s)” disabled for STM32N CubeMX Makefile project

I am working with an STM32N series MCU (STM32N657 / NUCLEO-N657X0-Q) and project generated with STM32CubeMX (Toolchain = Makefile).The workspace root contains:• GPIO_IOToggle.ioc• MakefileHowever, in VS Code (latest version) with STM32 VS Code Extens...