2025-04-07 2:06 AM
Hey,
I have an existing STM32 project that I converted from the standard STM32CubeIDE toolchain to a CMake-based toolchain.
The project still builds fine within STM32CubeIDE, but when I try to open it in VSCode using the STM32 extension, the extension doesn’t recognize it as a CMake project and doesn’t offer the build functionality.
I tested creating a new project directly through the extension, and that worked as expected. So I’m wondering if there’s an additional step I missed during the conversion process beyond just changing the toolchain.
I'm using Ubuntu 22.04 and have updated all ST tools to their latest versions (CubeMX, CubeIDE, STM32CubeCLT, and STM32CubeFinder).
Thanks,
Naty