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

Keil MDK Community Edition Problem Debugging

After reading the announcement that Keil now has a community edition of MDK, I downloaded and installed it and got a license to activate it.

I'm creating a project for an Infineon XMC4700 MCU (this is an ARM Cortex-M4). I've got a J-Link connected to the dev board (and this combination works with Infineon's DAVE IDE just fine). When I try to start debugging my application with Keil MDK I get this message:

Error: Cannot load driver 'C:\Keil_v5\ARM\Segger\JL2CM3.dll'.

Possible Reasons:
 - Driver DLL could not be found in the specified path
 - Driver DLL requires additional DLL's which are not installed
 - Required Hardware Drivers are not installed
 Debugger aborted !

The file C:\Keil_v5\ARM\Segger\JL2CM3.dll does exist.

How do I get past this issue? How do I determine which, if any, additional DLL's are required to debug with a J-Link? I do have the Segger J-Link support software installed in the default location. Do I need to tell Keil where to find it? If so, how?

(Note: I don't have DAVE running at the same time as Keil MDK.)