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

It's harder to spot changes between runs when the whole screen clears on Start.

enhancement

When microcontroller is in sleep mode (not deep sleep) sometimes I get wrong values. I know that JLink can read data when chip is WFI, not sure about STLink. Maybe...

bug

I remember I came across [this](https://github.com/markisus/motor_sim?tab=readme-ov-file#bldc-and-pmsm-simulator) simulation a long time ago that seems to use the same UI library: ![image](https://github.com/klonyyy/STMViewer/assets/20670049/56f0f316-d1b3-4d84-8f74-7cd087963b95) This got me thinking, do you want to keep this...

enhancement

wip - Updated CMakelists.txt for macos support - Fixed some of the struct declaration to comply with clang - Added libstlink.a which has been compiled on macos 13.5.2 (Ventura) for...

enhancement
help wanted

It would be convenient to have an option to display the contents of an array (e.g. like the output of a fft) and update that continously. Sometimes it would also...

For now, STMViewer supports only 20000 points as max, so if a high freq signal comes, it will only show a very small piece of data point stream.

enhancement