0
Does anyone know how thresh in Eclipse in real time?
I have a firmware for microcontroller STM32 and wanted to see my variables changing over time without using breakpoint or something like that.
0
Does anyone know how thresh in Eclipse in real time?
I have a firmware for microcontroller STM32 and wanted to see my variables changing over time without using breakpoint or something like that.
0
STM-STUDIO-STM32 which is a great tool provided by ST for real-time data monitoring.
Data can be displayed in bar charts, XY charts and tables. Variables are loaded from the .elf. The tool uses ST-Link and SWD to connect to a chip and data acquisition. 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
Browser other questions tagged eclipse microcontroller
You are not signed in. Login or sign up in order to post.