Does anyone know how to debug in Eclipse in real time?
I have a firmware for STM32 microcontroller and wanted to see my variables changing over time without needing breakpoint or anything like that.
Does anyone know how to debug in Eclipse in real time?
I have a firmware for STM32 microcontroller and wanted to see my variables changing over time without needing breakpoint or anything like that.
STM-STUDIO-STM32 which is a great tool provided by ST for real-time data monitoring.
Data can be displayed in bar graphs, XY charts, and tables. Variables are loaded from the .elf file. The tool uses ST-Link and SWD to connect to a chip and acquire data. You can even change the value of variables during runtime, so it works as an input to the MCU as well.
Download: STM-STUDIO-STM32