klonyyy / MCUViewer

Real-time embedded variable & trace viewer
GNU General Public License v3.0
818 stars 82 forks source link

SWIM support #70

Closed dzid26 closed 2 months ago

dzid26 commented 5 months ago

STM Studio had SWIM protocol for STM8

Screenshot 2024-06-05 002914

It would be great to add this.

Libraries that could be useful: https://github.com/afaerber/stlink/blob/master/libstlink/stlink.h https://github.com/openocd-org/openocd/blob/master/src/jtag/drivers/stlink_usb.c

klonyyy commented 2 months ago

I'm closing this issue due to the fact that maintaining another piece of software to support rarely used SWIM through STLink is just not worth the effort at this point. Now I'd rather support SWIM only on JLink probes as this requires much less effort to maintain. Please reopen/react to this message if there is a real need for SWIM protocol being supported.