2018-11-22 03:54 AM
Btw. I'm trying to monitor the variables used in code. STM Studio does this under windows in realtime.
2018-11-22 04:17 AM
Not sure if ST even considers supporting Linux here.
You could try Wine, or a Windows VM.
2018-11-22 04:29 AM
Running with windows in a virtual machine, e.g. Virtual Box, would be an option.
2018-11-22 04:36 AM
For wine, hardware access needs a wine compiled STLinkUSBDriver.dll. Api calls could be redirected to libSTLinkUSBDriver.so, but that would mean that the APi is public documentend. I don't know of any such public document.
2018-11-22 05:24 AM
https://github.com/orbcode/orbuculum could be an alternative
2018-11-22 05:27 AM
BTW, I'm being pragmatic here, and use dual-boot systems at home.
I use to shrink the Windows partitions coming with new PC to a minimum before installing Linux.
Starting up Windows once a month or less, for exactly those reasons. The Windows itself stays isolated (no network/internet connection, no virus scanner etc.).