bound doStepSettingsValidation Failed: Device not found: Error: Missing CMSIS_PACK_ROOT
Hello,
I'm trying to get familiar with the STM32Cube extension for VSCode.
I generated a basic STM32 project using STM32CubeMX, for my NUCLEO-H723ZG board.
I then imported the generated cmake project using the extension tool, and configured it using the "setup STM32Cube project(s)" button of the extension, which created a launch.json file.
When I try to run the debug config, I get the following error : bound doStepSettingsValidation Failed: Device not found: Error: Missing CMSIS_PACK_ROOT
Here is the STM32Cube core output :
025-10-20 16:19:33.002 [Info] Adding STM32Cube CLI path to environment: c:\Users\Jacques\.vscode\extensions\stmicroelectronics.stm32cube-ide-core-1.0.3\resources\binaries\win32\x86_64
2025-10-20 16:19:33.057 [Info] Configuring CMSIS_PACK_ROOT environment: C:\Users\Jacques\AppData\Local\stm32cube\packs
2025-10-20 16:19:33.099 [Info] Configuring CUBE_BUNDLE_PATH environment: C:\Users\Jacques\AppData\Local\stm32cube\bundles
2025-10-20 16:19:33.805 [Info] cube wrapper version: 0.8.3
2025-10-20 16:19:33.816 [Info] Installing STM32Cube bundles prerequisites
2025-10-20 16:19:34.090 [Info] Syncing CMSIS-Pack metadata for C:\Users\Jacques\AppData\Local\stm32cube\packs
2025-10-20 16:19:34.091 [Info] NODE_EXTRA_CA_CERTS=undefined
2025-10-20 16:19:34.093 [Info] STM32Cube Core activated in 1113ms
2025-10-20 16:19:34.095 [Info] No need to sync metadata, since recently updated.
2025-10-20 16:19:34.442 [Info] Online bundle cache builtIt seems the CMSIS_PACK_ROOT variable is indeed created.
I already read this thread : https://community.st.com/t5/stm32cubeide-for-visual-studio/missing-cmsis-pack-root/td-p/804489
It did not help me solve the issue.
Do you guys have any idea how to solve the issue ?
Thanks for your help
