STM32Cube for Visual Studio Code (MCUs)

Ask questions on the STM32Cube for VSCode 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
  • 848 Views
  • 7 replies
  • 0 kudos

N6 VS Code launch.json for debugging

I'm having some difficulty getting debugging working in VSCode for the N6 series.  Does anyone have a sample one that actually works?  I'm obviously using the `stlink` server backend for `cortex-debug`, and I have tried using CubeIDE to get the exact...

JNT by Associate
  • 1422 Views
  • 7 replies
  • 3 kudos

SWO doesn't work in VScode

Good afternoon,I'm trying to use the SWO with a NUCLEO-G431KB board in VScode.I've generated a project with CubeMX, imported it with the VScode extension and modified the launch.json file by adding "swoConfig": { "enabled": true, ...

vector by Associate
  • 542 Views
  • 2 replies
  • 1 kudos