ST-Link cli on windows not detecting ST-Link device using SN
Hello, i have multiple st-link v2 devices that i would like to use on the same machine
i have tried it on windows and linux machone
i have these command
for windows: (example)
ST-LINK_CLI.exe -c sn=57004800180000535448534E -q -ME -p C:\shared\TFL_CONNECT_A4_S.10.118.0.16.hex -Rst
for linux: (Example)
st-flash --format ihex --serial 57004800180000535448534E write C/shared/TFL_CONNECT_A4_S.10.118.0.16.hex -Rst
when i run it on windows its giving me this ERROR:
No ST-LINK [ID=57004800180000535448534E] Found!
but when i us ID=0 (example) instead of SN=<SNnumber> it works fine
also...
when i run it on Linux its working perfectly
its the same hardware the same connections same in every way, the only difference is only the OS
do anyone have an idea on what might be the problem ?
