This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ST-Link debugger driver of Keil IDE does not install on Win8 :-(

Hello,
I was on an official hands-on ST32M workshop on 2013-03-07, by ST & Arrow.

a)
The free edition of the Keil uVision IDE still suggests to be installed at
c:\Keil.

With Win7 and Win8, it's the best to install the uVision IDE ( on 32 Bit Windows ) at
C:\Program Files\Keil

b)
More important, the ST-Link debugger driver shipped with the Keil uVision IDE 4.70a does not install on Win8 :-(, while it was possible to install it on Win7 ( on 32 Bit Windows 7 Pro).

Still after install, Win8 does handle the driver for the ST-Link USB device as "not properly installed" in the Win8 device manager :-(. With Win7 everything works fine...

Sincerely
Rolf

Parents
  • Yet, I've been using Keil and Windows 8 with assort ST dev boards for months. Win8 silently ignores unsigned drivers.

    Microsoft dating back to at least Vista has been trying to stop people installing user modifiable content under Program Files, it's a single directory visible to all users. Having the examples under Program Files is a problem, and why most anyone doing this kind of install uses \Keil or \IARSystems or \Atollic to explicitly avoid this mess, and not have Windows make virtual links to \User directories for things under \Program Files.

Reply
  • Yet, I've been using Keil and Windows 8 with assort ST dev boards for months. Win8 silently ignores unsigned drivers.

    Microsoft dating back to at least Vista has been trying to stop people installing user modifiable content under Program Files, it's a single directory visible to all users. Having the examples under Program Files is a problem, and why most anyone doing this kind of install uses \Keil or \IARSystems or \Atollic to explicitly avoid this mess, and not have Windows make virtual links to \User directories for things under \Program Files.

Children