Hi,
I have some troubles with debugging my LPC8N04 devkit board in MCUXpresso. Compiling an example program goes without errors or warnings, but when I press the blue debug button, the following error occurs
Exception
Reason:
Unable to open probe index 1.
Error: Probe not open
With error codes
Unable to open probe index 1.
Error: Probe not open
Unable to open probe index 1.
Error: Probe not open
Error: Probe not open
at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.checkServerReply(RedlinkServerClient.java:214)
at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.openByIndex(RedlinkServerClient.java:740)
at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.jtag.AbstractJtagDiscovery.ideConnect(AbstractJtagDiscovery.java:205)
at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.jtag.AbstractJtagDiscovery.connect(AbstractJtagDiscovery.java:187)
at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.jtag.AbstractJtagDiscovery.discover(AbstractJtagDiscovery.java:146)
at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.TargetDiscovery.jtagDiscovery(TargetDiscovery.java:457)
at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.getEmulatorInfo(LaunchScriptUtils.java:248)
at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.init(LaunchScriptUtils.java:488)
at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.<init>(LaunchScriptUtils.java:156)
at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.<init>(LaunchScriptUtils.java:143)
at com.nxp.mcuxpresso.core.debug.support.linkserver.services.TargetDiscoveryService.getTargetDiscovery(TargetDiscoveryService.java:138)
at com.nxp.mcuxpresso.core.debug.support.linkserver.override.LSFinalLaunchSequence$TargetDiscoveryJob.run(LSFinalLaunchSequence.java:110)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
And after an automatic retry, 3 other error messages saying it can't connect with the chips debug port.
The console says this:
Reconnected to existing LinkServer process.
Connecting to probe 1 core 0 (using server started externally) reports:
'Ee(42). Could not connect to core.'
Retrying...
Reconnected to existing LinkServer process.
Server OK but no connection to probe 1 core 0 (after 3 attempts) - Ee(42). Could not connect to core.
============= SCRIPT: lpc8n04connect.scp =============
Error: Probe not open
Reset pin state: 00
Error: Probe not open
Error: Probe not open
Error: Probe not open
Error: Probe not open
Error: Probe not open
============= END SCRIPT =============================
Failed on connect: Ee(42). Could not connect to core.
No connection to chip's debug port
So what I've tried:
What I'm planning to try:
same probleme
Hi,
Hope you are doing well. Could you please try to reinstall the drivers, it could fix the problem. You can download the LPCSCRYPT, when you install it, all LPC drivers are installed.
Let me know your results
Best Regards,
Ricardo
Apparently the devkit works on a different windows machine.
The board however, still doesn't work on the original machine. I tried wiping almost every USB driver on this machine and ran a cleaning program, those also didn't work.
There's something weird going on in the Windows drivers but I don't know what.
It could be a firewall problem. Check that the firewall is not blocking MCUxpresso and redlinkserv.
I checked the firewall settings again. I now gave explicit permission through my firewall for both MCUXpresso and Redlinkserv in both personal as public networks, but it didn't solve the issue..