-
Hi, I'm pretty new to all of this, so please excuse me if this might be trivial: I used to mount my microcontroller as the d drive using the
This probably makes sense, but how would I now transfer my files without having to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Upon attach, the entire device is now "transferred" to WSL, so you would have to mount it there. Some more info is required:
|
Beta Was this translation helpful? Give feedback.
-
@kphahn |
Beta Was this translation helpful? Give feedback.
@kphahn
That all looks normal. I guess for Linux you would have to use dedicated STLink tools to use the device. A quick google gave me
st-probe
,st-flash
,openocd
, etc. I am not familiar with STLink, but from those logs it appears thatusbipd-win
is working properly, i.e. no errors or anything.