Content originally posted in LPCWare by faizal on Mon Jun 27 06:00:40 MST 2011
1. I can debug my code step by step if i dont connect to ADE7953. But,when i connected to ade7953 then i clicked debug,i got error said :
02: Failed on connect Em(07). Bad ACK returned from status.
And if i connected to ade7953,after have clicked resume(in debugging mode), i got error said : 15: Target error from Register access.
2. I use ADE7953 Evaluation Board. As u can see in the attached picture picture, i only connected MOSI(PIO0_9), RESET(PIO0_0), CS(PIO0_2), SCLK(PIO0_6), MCU_VDD(VIN (4.5-5.5V)), MISO(PIO0_8) and GND(GND). The others pins are not used. I've used the same connection for micro-controller AT90PWM3B and it worked for spi.
3. Yes, im using LPCxpresso (link and target lpc1114).
4. No, i didn't try to enable vector catch.