on
2019-08-09
12:44 AM
- edited on
2025-08-01
3:58 AM
by
Laurids_PETERSE
Can I use with STM-Studio run-time variables monitoring and visualization tool in combination with ST-Link/V3 in-circuit debugger and programmer?
YES.
In fact, STLink-V3 is supported since version 3.6.0 of STMStudio, so make sure that you are using latest version. Download it here: https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-performance-and-debuggers/stm-studio-stm32.html
Install STM-Studio: Download and install STM-Studio from STMicroelectronics' website.
Connect ST-Link/V3: Connect ST-Link/V3 to your STM32 microcontroller.
Launch STM-Studio: Start STM-Studio on your computer.
Configure Debugger: Set up STM-Studio to use ST-Link/V3 as the debugger.
Load Application: Load your STM32 application onto the microcontroller using your development environment.
Start Profiling: In STM-Studio, connect to the microcontroller and profile your application to monitor its performance.
Analyze Data: Use STM-Studio's tools to analyze your application's behavior.
Stop Profiling: When done, stop the profiling session.
Disconnect: Disconnect ST-Link/V3 from your STM32.