Content originally posted in LPCWare by espirit on Thu Jul 14 05:18:20 MST 2011
I'm using board LPCXpresso LPC1114 (target+link)
I configured some special pins sush as RESET (pin 0.0), SWCLK(pin 0.10), SWDIO (pin 1.3) as PIO function. Then I use them as output pin to connect to my peripherals.
Code: [I]LPC_IOCON->RESET_PIO0_0=0x1;
GPIOSetDir(0,0,1);
GPIOSetValue(0,0,0);
[/I]
When I debug, I have this message:
Error launching Debug\project130711.axf
02:Failed on connect: Ee(07). Bad ACK returned from status - wire erorr.:
Help me solve this problem,please!