STMViewer icon indicating copy to clipboard operation
STMViewer copied to clipboard

Real-time STM32 variable & trace viewer

Results 17 STMViewer issues
Sort by recently updated
recently updated
newest added

I would expect pressing X to be equivalent with Cancel and changes not to be saved. Devel branch.

I wanted to add project file to revision control, but it contains absolute path. Related: https://github.com/klonyyy/STMViewer/blob/4d22bcdeb6d0a01148aff162177f075b49920258/test/STMViewer_test/STMViewer_project/STMViewer_test.cfg#L2

Hello, I encountered some problems while trying to install the program, cmake -G "MinGW Makefiles" -B build After the command, I enter the folder with cd build and run the...

Changelog: - added support for JLink probes (Normal and HSS mode) in Variable Viewer - added support for selecting a specific probe based on it's serial number - updated the...

enhancement

Tested with: ``` std::string fpsStr = std::to_string(ImGui::GetIO().Framerate); ImGui::Text(fpsStr.c_str()); ```

It's an obvious limitation. One solution is to use https://www.st.com/en/development-tools/st-link-server.html. But I never seen it work. It requires both apps to support it. It is not a common setup people...

enhancement

On Windows, on 4K (set to 150% dpi) or laptop "3K" (set to 200%dpi) monitors the font looks tiny. ![image](https://github.com/klonyyy/STMViewer/assets/841061/4adb2923-b9a3-4d29-a0c8-fe5448859429) Changing the font size in settings doesn't work great and...

Can we use STM logger (STtrace) library for buffered high data rate plotting? i'm also in motor control and sine is barely visible there :)

enhancement

This is sample based: ![image](https://github.com/klonyyy/STMViewer/assets/841061/6c58d36a-6529-4a90-bf61-389417656cc4) This doesn't work ![image](https://github.com/klonyyy/STMViewer/assets/841061/162e15cf-819a-48fe-a66c-b755c53bd8e1) It's a "nice to have".

Currently new variables show NOT FOUND and needs to be updated manually with a button. Can be confusing.