Content originally posted in LPCWare by dluksenberg on Tue Mar 29 08:25:29 MST 2011
I'm using a Olimex LPC1766-STK with LPCExpresso 3.6 and a Red Probe+ running WinXP SP3. When I try to debug the device I get the following error messages in the IDE:
Pop Up:
Error launching Debug\adc_buzzer.axf
02: Failed on connect: Ee(02). Not connected to emulator.:
Console:
LPCXpresso Debug Driver v2.0 (Jan 18 2011 08:08:34)
Looked for chip XML file in C:/nxp/lpcxpresso_3.6/bin/LPC1766.xml
Looked for vendor directory XML file in C:/nxp/lpcxpresso_3.6/bin/nxp_directory.xml
Found generic directory XML file in C:/nxp/lpcxpresso_3.6/bin/crt_directory.xml
02: Failed on connect: Ee(02). Not connected to emulator.
Emu(1): Connected. Was: None. DpID: EDB6. Info: FTU349ZBA
============
Looking in device manager I have the following 3 devices installed:
USB Controllers:
Red Probe+ A
- FTDI
- Load VCP not checked
- Driver: FTDI 2.6.2.0 3/30/2010
- USB\VID_21BD
- PID_0003
- MI_00\6
- 1EA20885&0&0000
Red Probe+ B
- FTDI
- Load VCP checked
- Driver: FTDI 2.6.2.0 3/30/2010
- USB\VID_21BD
- PID_0003
- MI_01\6
- 1EA20885&0&0001
Ports:
Red Prob+ Trace Port(COM3)
- FTDI
- Driver: FTDI 2.6.0.0 10/22/2009
- FTDIBUS\VID_21BD
- PID_0003
- FTU349ZBB\7&312276B3&1&0000
Using LibUSB I got the following info:
vid:21bd pid:0003 rev:0700 mi:01 -- Red Probe+ B
vid:21bd pid:0003 rev:0700 mi:01 -- Red Probe+ A
vid:21bd pid:0003 rev:0700 -- USB Composite Device
Is a device not installed properly?
Thanks for the help,
Dave