Skip to main content
Visitor II
July 27, 2019
Question

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

  • July 27, 2019
  • 4 replies
  • 1268 views

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

    This topic has been closed for replies.

    4 replies

    Graduate II
    July 27, 2019

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

    Graduate II
    July 27, 2019

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

    MMazz.11Author
    Visitor II
    July 27, 2019

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

    Max

    Visitor II
    October 30, 2019

    Yip, try EBlink

    https://github.com/EmBitz/EBlink

    But for your STlink V1 keep texane.