2025-12-29 5:06 AM
Hello,
I'm trying to start using STM32CubeIDE for VS Code 3.7.0
I have tried to follow the instructions to set up an example project via STM32CubeMX and those to setup an empty project.
In both cases I end up with an apparently unconfigurable project, seeing just this:
Clicking on "Configure" does not result in a change.
Just trying to build the project anyway results in CMake telling me that it cannot find the C Compiler.
Any hint welcome.
Many thanks,
Titus
Solved! Go to Solution.
2026-01-10 12:12 AM
stm32n6xx_dfp.1.1.1 appears to be installed
Is there any comprehensive manual describing the architecture of the STM VSC extension?
2026-01-12 1:19 AM - edited 2026-01-12 1:19 AM
Hi @elbe_25,
Do you already see any .settings/bundles.store.json file in your project? If so what is defined inside?
2026-04-25 1:49 AM
Thanks a lot for all the replies.
After some more retries, I gave up on this.
I have my own long established and well working C++ setup, also for but not only for STM32 MCUs.
I don't want and I don't need the bundle management, build system, and all the other stuff that gets pulled in by the STM32Cube extensions.
All I really need is up-to-date debugging support for current STM32 MCUs.
Hence, I opened a feature request to split debugging support VSCode extensions from Core + Build .