-
Notifications
You must be signed in to change notification settings - Fork 246
STM32CubeCLT Specific Configuration (using ST‐Link)
Bryce Schober edited this page Nov 16, 2024
·
2 revisions
These settings were extracted by using the new STM32 VS Code extension's generated launch configuration. That extension currently only supports CMake
projects, so using it for development isn't yet appropriate for all use cases (i.e. STM32duino).
-
Download and install the latest STM32CubeCLT installer from https://www.st.com/en/development-tools/stm32cubeclt.html
-
Restart Windows in order to reload your system environment variables.
On Linux, you might need to manually define the appropriate environment variable yourself, something like this, but making sure you have the correct installation path:
echo "export STM32CLT_PATH=/opt/st/stm32cubeclt_1.16.0" >> ~/.bashrc