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

MasterEmulator constructor throws JLink HCI Instantiation exception

Hi, I'm trying to get my nRF51 code (which works on my dev machine) to tun on the test server (both Win7). Am using MasterEmulator 2.1.10.8567

The dongle itself is happy on both machines (i.e works with Nordic Master Control Panel and also the Jlink config tool) , but my code throws the following exception when the master emulator constructor is called (the message is "-100")

Any idea why the instantiation isn't working? I am wondering if this is because of the wrong version JLInk, the test machine has V498b and c, and my own machine is V492. I am reluctant to change this, as this project isn't the only one that uses JLInk, and I don't want to break anything:)

Thanks

at Microsoft.Scripting.Runtime.LightExceptions.CheckAndThrow(Object value) at DLRCachedCode._instantiateHciJLinkDriver$95(Closure , PythonFunction $func tion, Object self) at IronPython.Runtime.FunctionCaller`1.Call1(CallSite site, .....

Related