How To Use SWV Function in STM32CubeIDE

How To Use SWV Function in STM32CubeIDE

Follow+Star Public Account, don’t miss the exciting content Source | STM32 Microcontroller Many tools come with the SWV (Serial Wire Viewer) function. The previous article titled Print Output Tutorial described how to implement the “SWV” function in tools like Keil, IAR, ST-LINK Utility, STM32CubeProg, J-Link, etc. Today, I will share with you the SWV function … Read more

Demonstration of Debugging Tools in STM32CubeIDE

Demonstration of Debugging Tools in STM32CubeIDE

STMicroelectronics provides a powerful integrated debugging tool based on GCC, called STM32CubeIDE, for all STM32 users free of charge. This article briefly demonstrates several debugging tools and features supported by STM32CubeIDE.1. Use Live Expression to display variable data in real-time;2. Use SWV‘s SWO feature to implement printf output;3. Use SWV to achieve real-time tracking and … Read more