STlink-V2 not found
I have been working for days with the ST-link v2 and the Steval FCU001V1 in Ubuntu 18.04.
I have generated the code for the most important utilities to read, for example, the sensors, set the LEDs and send data over the USB.
I have compiled the code using makefile and I flashed the code on the Steval through the st-flash command from the terminal.
Everything was working well until the stlink suddenly stopped to work. I can't even say whether this happened after a change of the Steval's main firmaware or not.
The point is that the STLink is now no more recognized, at all, from 3 different operating systems: Mac, Windows 10 (VMWare) and Ubuntu 18.04 on two different computers.
The Steval is still running and I can see IMU data from the usb.
Furthermore, the st-link "com" led is stuck on ORANGE.
I tried all the possible ST software out there but no one is able to see the STLink-V2.
It's also impossible to update the STLink-V2's firmware because the answer is always the same: st-link is not found!
In particular, if I try to flash the code through the STM32CubeIde, the error I get is:
Error in final launch sequence:
Error in initializing ST-LINK device
Reason: (2) ST-LINK DLL error
PS. The Stlink does not appear in the list of the usb peripherals in any of the OS I cited. On Ubuntu, instead, before this problem, the St-link was easily found in the /dev/ folder and also in the lsusb list.
I also uninstalled in installed again the drivers on the Windows VM as well as in Ubuntu. Nothing changed!
PPS. When this problem arose, I was not playing with the hardware.
Thanks in advance for any help!
