Can't connect LPC-Link1 dev board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can't connect LPC-Link1 dev board

1,139 Views
davidtulloh
Contributor II

Hi,

I have an LPCXpresso LPC11U24 dev board which I can't get MCUXpresso to connect to.

I have previously had the board working on a different PC running LPCXpresso.

I am running on fresh install of Ubuntu Linux, a fresh MCUXpresso install 10.0.2_411 and a supported development board plugged directly into the PC.

The system recognises the board:

$ lsusb

Bus 001 Device 016: ID 0471:df55 Philips (or NXP) LPCXpresso LPC-Link

I can connect to it using dfu-util:

$ dfu-util -l
dfu-util 0.9

Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2016 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/

Deducing device DFU version from functional descriptor length
Found Runtime: [0471:df55] ver=0001, devnum=16, cfg=1, intf=0, path="1-2", alt=0, name="UNKNOWN", serial="UNKNOWN"

I can configure the device using boot_link1

$ ./boot_link1
Looking for DFU devices with VID 0471 PID df55 ...
dfu-util -d 0471:df55 -c 1 -i 0 -t 2048 -R -D /usr/local/mcuxpressoide-10.0.2_411/ide/bin/LPCXpressoWIN.enc
Booted LPC-Link (0471:df55) with /usr/local/mcuxpressoide-10.0.2_411/ide/bin/LPCXpressoWIN.enc

$ lsusb

Bus 001 Device 017: ID 1fc9:0009 NXP Semiconductors

I cannot, despite considerable fiddling get it recognised by the RedlinkServer

redlink>ProbeList
No probes found

Any suggestions for how I can connect to the board?

David

1 Reply

825 Views
davidtulloh
Contributor II

I adjusted and restarted my networking and rebooted a few times and it has now mysteriously connected for the first time.
NFI why, will update if I can figure it out.