Content originally posted in LPCWare by HCTEK on Tue Dec 01 08:25:16 MST 2015
Quote: lpcxpresso-support
Hi Hugo,
While you could be forgiven for thinking this error is undocumented, the key part is 'Target error from status-poll: Ee(FF)' - which means the debugger is no longer able to poll the target.
Such an error will be seen if the target is externally reset or has entered a low power state - where the debug interface is no longer operating.
If this error is generated at exactly the time you start SWO trace capture then clearly some action initiated by the debug tools have caused this to occur.
1 - Can you identify if the target has actually been reset?
2 - This loss of connection appears different from the behavior you reported originally, can you confirm you see different behavior with LPCXpresso V8.00 from the earlier version you were using?
At a fundamental level, when SWO capture is initiated, the debug tools will perform some target configuration and then capture data from the debug connection (SWO/TDO) pin. These actions should not be capable of causing a reset to occur.
I can see no issues with the debug log that you have posted.
My suggestion at this point is that you check the debug circuitry for your board.
Yours,
LPCXpresso Support
I will test and soon I have something I will give feedback.
Best Regards