I just installed KDS on a new windows 10 machine and am having problems with the PE micro Multilink universal debugger. The drivers are installed. In device manager I see Jungo with USB multilink 2.0 and windriver. On my win 7 machine if I plug in the debugger the lights come on on the PE Micro even without KDS running. On win 10 they do not. Obviously I get an error when I try to debug on win 10. Are there different drivers for win 10? I came across a link for a patch to fix PE Micro driver problems but when I click on it, the link says the download does not exist. http://www.pemicro.com/downloads/download_file.cfm?download_id=460
OK, I have it working. In KDS I had to go into Install new software, and select PE Micro updates and check PE Micro software and click next to install new stuff. I then had to go into the debugger settings and re-select the target micro.
Hopefully this will help someone...
I was losing my mind. You are a life saver Larry.
For others, this worked for me. IF you are using SWD protocol make sure to check the box "SWD protocol" in the Debug Configurations menu
Hello Larry,
Thanks for your sharing.
BR
Alice
I did find an updated driver:
Look for PE Hardware interface drivers Version 12 (Win XP/Vista/7/8/10) Its in small type.
and now the lights come on, but when I try to debug I get the following error:
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:7222
Error message from debugger back end:
localhost:7222: The system tried to join a drive to a directory on a joined drive.
localhost:7222: The system tried to join a drive to a directory on a joined drive.
Any ideas what it means and how to fix?
One reason for that message is that the 'launch' checkbox is not checked in the debug configuration, see
Fix for GDB and “The system tried to join a drive to a directory on a joined drive” | MCU on Eclipse
I hope this helps,
Erich