Would anyone point me in the right direction?
I am looking to obtain the ST-LINKIII-KEIL.dll. I am currently using microVision 5.15 and it's set as the Target DLL, but there is no such dll. There is a ST-LINKIII-KEIL_SWO.dll however, but this isn't the one.
Your help is much appreciated.
I suspect you can go to the "Device" pane for the project options, and reselect the target CPU, or change it back and forth, to refresh the settings. In the "Debug" pane reselect the "ST-Link Debugger", and make sure it can see the chip in SWD mode, and finally goto the "Utility" pane, and either check "Use Debug Driver", or select "ST-Link Debugger" again.
Failing that just go into the ASCII project file itself and change the DLL name to the new one.
It might be helpful to state exactly where this project was pulled from.
Reselecting the target chip and in the Flash Configure Tools menu reselecting ST-Link Debugger and in the 'Settings > Debug' changing the Port from JTAG to SW, as DD4DA Gerd suggested worked.
So, in the end I think it was a configuration issue. Thanks for all your help.