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

How to obtiain ST-LINKIII-KEIL.dll?

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.

Parents
  • 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.

Reply
  • 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.

Children