Debug STM32 in Eclipse

0

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.

    
asked by anonymous 14.08.2017 / 22:59

1 answer

0

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

    
18.08.2017 / 21:08