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! OpenOCD reset command

Hello, I am using a custom environment for development and debugging for NUCLEIO-STM32F767ZI.It is based on a custom devcontainer, VSCode and gdb-multiarch. On the server side I have OpenOCD, running on a ubuntu 24.04 PC. This is connected via USB to...

DietWall by Associate III
  • 2735 Views
  • 16 replies
  • 3 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
  • 1401 Views
  • 14 replies
  • 3 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...