This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can not find Nordic dongle from my application

I have an application that do SW download to STM32L151 processor using NordicDongle with MasterEmulator.dll (Version 2.1.13.14) image description It works good on my desktop windows 10 computer. When I am installing the application on a windows 10 tablet it does not find the Nordic dongle I installed the dongle driver and see it on the com port list in the device manager as "JLink CDC UART Port (COM 19)" I use master.EnumerateUsb(); to locate it but does not get anything. I do not have Visual studio installed on the table so it is hard to debug it and the same application as I mentioned works good on my desktop. Thangs Ofer

Parents
  • Sorry my mistake I meant "Installing the Master Control Panel" and this helped because it installs all Segger drivers and software. Also yes for some reason that I do not understand the Install Shield added nrfjprog.dll to my application folder this dll is not in my project de[endencies and it is not exists in the "bin\debug" folder so debugging worked good only installd version did not work until I deleted nrfjprog.dll and now everything is working.

Reply
  • Sorry my mistake I meant "Installing the Master Control Panel" and this helped because it installs all Segger drivers and software. Also yes for some reason that I do not understand the Install Shield added nrfjprog.dll to my application folder this dll is not in my project de[endencies and it is not exists in the "bin\debug" folder so debugging worked good only installd version did not work until I deleted nrfjprog.dll and now everything is working.

Children
No Data
Related