Piotrek Wasilewski
Piotrek Wasilewski
Thanks for reporting! This is definitely an issue, and I'm working to fix it in the next revision ;)
Hello, currently there is no such option. If you'd like to implement it please feel free to do so. I could recommend [CLI11](https://github.com/CLIUtils/CLI11) for this purpose so that it is...
Hello, thanks for your input! Unfortunately, the maxViewportTime does not seem to work correctly. No matter what value I put the viewport width does not change. It seems to be...
Hello, I think there were problems with H5 microcontrollers (https://github.com/klonyyy/STMViewer/issues/39). I do not have any H5 evals on my hand right now, but I can try to help you debug...
Yeah I've just checked - you have to copy a libusb-1.0.dll to make it work:  You can take it from STMViewer install folder, or download from the internet.
I didn't know they provided a C++ API! This seems to be a solution to the problem if all the needed functions are available. I think it lacks the SWO...
After more consideration I don't think I'll go in the cube monitor API support now. It's too much hassle to maintain in parallel with stlink library that is currently used...
Hey, I suspect this might be due to the wrong architecture (I currently don't build for arm) could you paste here the output of `uname -a` command?
I'll put that on my high priority TODO list and add this architecture to the releases soon. I'll let you know when it's ready to test.
Ehh unfortuantely its not as easy as I thought - there are currently no GitHub aarch64 runners available. It would take too long to cross-compile all dependencies and then maintain...