pystlink icon indicating copy to clipboard operation
pystlink copied to clipboard

Python tool for flashing and debugging STM32 devices using ST-LINK/V2

Results 16 pystlink issues
Sort by recently updated
recently updated
newest added

I am looking for a linux compatible tool to flash n76e003. If necessary, I would also invest some time to build one using Python. Any known attempts using pystlink to...

Im getting this (first time): `*** USB Error: [Errno 32] Pipe error ***` and then this (every next time) `*** USB Error: [Errno 110] Operation timed out ***` I really...

enhancement

Freshly updated STLink2 ``` [45228.161514] usb 1-2.4: new full-speed USB device number 15 using xhci_hcd [45228.266791] usb 1-2.4: New USB device found, idVendor=0483, idProduct=3748 [45228.266793] usb 1-2.4: New USB device...

``` $ python3 pystlink.py --debug Successfully connected to ST-Link/V2 USB > f1 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 USB < 26...

bug

The following pull request adds: - A `setup.py` file to manage the library, as well as - An appropriate directory structure to permit packaging and distribution to package management systems...