STM32 VSCode extension (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in CubeMX 6.12.1

Dear users   After upgrading to STM32CubeMX 6.12.1 some of you reported limitations for CMAKE generated projects. We encourage you therefore to stick with the 6.12.0 for those encountering this limitation until the publication of the 6.13.0.    Thank...

New STM32 VSCode extension V2.1.0 released

Changelog Version 2.1.0 Added support for the following advanced STM32 devices TrustZone devicesDual Core devicesBootflash devices STM32CubeMX v6.12.0 is required to generate CMake projects for these advanced devicesSTM32CubeCLT v1.16.0 is required t...

Cube CLT install location on Mac

I am trying to get the SMT32 VS Code extension working and have installed the dependencies on my Mac. However, the extension doesn't seem to find Cube CLT.I ran into a couple issues during the install. First, it said that st-stm32cubeclt_1.17.0_23554...

btater by Associate
  • 718 Views
  • 2 replies
  • 0 kudos

C++ setup in VS code for STM32

Hello, Can someone advise me for a "blueprint" how to set up C++ in VS Code for stm32 mcu, I've changed Cmakelists.txt to be able to compile C++ and I am not getting an error at Cmakelists.txt, but I am still getting errors from undefined macros. I s...

NymerisV by Associate II
  • 172 Views
  • 3 replies
  • 1 kudos

STM32CubeCLT OpenOCD

Can you please add prebuilt OpenOCD to CLT package (at least for Windows)? Currently we have to extract prebuilt binaries from CubeIDE and integrate them into Windows (system env path and script bundle)

Resolved! Would like to be able to use Build Analyzer.

I hope to use the same Build Analyzer in VSCode as in the IDE, which allows developers to more clearly see the use of flash and memory. I have tried to use GPT to write a plugin, but the effect is not good, and I don't understand the JS language well...

Hollies_0-1721909647932.png
Hollies by Associate II
  • 1285 Views
  • 14 replies
  • 12 kudos

Resolved! VScode intellisense STM32H747 does not work

Am using the dual core STM32H747. A simple project in VScode from STMcubeMX built for CMAKE builds fine but intellisense bad. Becomes confused about which main.h, the one under CM4 or CM7. Have not been able to set up include path to make sense of th...

TMY by Associate
  • 1435 Views
  • 5 replies
  • 4 kudos

Resolved! STM32 VS Code Extension Remote Connection

When working in remote connections, such as WSL or docker the STM32 extension can not be activated with the following error:"Cannot activate the 'STM32 VS Code Extension' extension because it depends on the 'C/C++ Extension Pack' extension, which is ...

MAdle.1 by Associate II
  • 1336 Views
  • 7 replies
  • 4 kudos

STM32 VS Code Extension and Devcontainer

I am a happy VSCode developer using docker devcontainers to create an easily reproducible environment for development. I am struggling with a strange bug with the "STM32 VS Code Extension" (v2.0.1).If I try to access it, after opening the container, ...

pcb by Associate II
  • 6903 Views
  • 17 replies
  • 9 kudos

Resolved! Is there in VSCode a NVIC view?

Hi there,Im currently evaluating moving from Keil uVison to VSCode. But im missing a NVIC view. Is there anything like this in VSCode?This is how it looks in uVision: https://developer.arm.com/documentation/101407/0541/Debugging/Debug-Windows-and-Dia...

KilianNtzold_1-1735835788943.png