Gissio / radpro

Custom firmware for Geiger counters/radiation meters (FS2011, Bosean FS-600, FS-1000, FS-5000, FNIRSI GC-01)
MIT License
162 stars 20 forks source link

ST-Link Windows drivers #7

Closed murkle closed 10 months ago

murkle commented 12 months ago

To get st-flash.exe to work (Windows 11) I needed to download and install the drivers from https://www.st.com/en/development-tools/stsw-link009.html#get-software

st-info --probe
2023-09-18T14:19:03 ERROR usb.c: Failed to open USB device 0x0483:0x3748, libusb error: -12)
Found 0 stlink programmers

after installing

st-info --probe
Found 1 stlink programmers
  version:    V2J29S7
  serial:     16004A002933353739303541
  flash:      131072 (pagesize: 2048)
  sram:       36864
  chipid:     0x0460
  descr:      G070/G071/G081
Gissio commented 10 months ago

Added to the docs