klonyyy / MCUViewer

Real-time embedded variable & trace viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWIM support

dzid26 opened this issue · comments

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

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.