cancel
Showing results for 
Search instead for 
Did you mean: 

STLINK-V3SET not found by texane st-util (under debian 9)

MMazz.11
Associate II

Hi,

I just bought a stlinkv-3set programmer / debugger.

I currently use Eclipse IDE together with texane / st-link and openocd.

I've always worked with the discovery boards (F051 and F746G) without any problems. They use the stlinkV2 or V2.1 protocol and the st-link utility works correctly.

When I plugged my first new programmer, STLINK-V3SET, the st-link utility still refuse to recognize it.

Launching the st-info utility simply I got the following:

Found 0 stlink programmers.

I've already put the appropriate file in /etc/udev/rules.d (filename: 49-stlinkv3.rules).

Issuing the lsusb -v command I get the following:

mmazza@linux9:~/ARMtoolchains/stlink-master/build/Release$ lsusb -v

Bus 005 Device 007: ID 0483:374f STMicroelectronics

Device Descriptor:

 bLength               18

 bDescriptorType        1

 bcdUSB              2.00

 bDeviceClass         239 Miscellaneous Device

 bDeviceSubClass        2 ?

 bDeviceProtocol        1 Interface Association

 bMaxPacketSize0       64

 idVendor          0x0483 STMicroelectronics

 idProduct         0x374f

 bcdDevice           1.00

 iManufacturer          1 STMicroelectronics

 iProduct               2 ST-LINK/V3

 iSerial                3 005200363137510239383538

 bNumConfigurations     1

<more>

Any ideas.

I'm really stuck.

Thanks in advance,

Max

4 REPLIES 4

Find one of the developers, send then a pod and PayPal them some cash?​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Uwe Bonnes
Principal II

For a programmer, have a look at https://github.com/UweBonnes/pystlink/tree/features. It know the V3.

MMazz.11
Associate II

@Uwe Bonnes​ Thank you! I will try it as soon as possible.

Max

bjorn2
Associate III

Yip, try EBlink

https://github.com/EmBitz/EBlink

But for your STlink V1 keep texane.