pyocd / pyOCD

Open source Python library for programming and debugging Arm Cortex-M microcontrollers
https://pyocd.io
Apache License 2.0
1.12k stars 478 forks source link

pyocd 0.36 can not find daplinkv2 probe in python3.12 #1693

Open Dozingfiretruck opened 4 months ago

Dozingfiretruck commented 4 months ago

pyocd 0.36 can not find daplinkv2 probe in python3.12,back to python3.11 can found

best-pureer commented 4 months ago

pyocd 0.36,python3.12:STLink, CMSIS-DAPv2 and PicoProbe probes are not supported because no libusb library was found. I tried copy libusb-1.0.dll to system32 and python.exe path,not work.