Hi folks,
Im using the eclipse plugin impulse (http://toem.de) to visualize my trace data (e.g. SystemView).
On the LPC Xpresso 5411x I want to read the SWV data and formẃard to impulse to get analyzed.
How to fetch SWV data from the board and out of the IDE?
I see the data in the standard svw views. IS ther some way to store ?
Impulse can read it from tcp, file, pipe,serial,...
Best Regards,
Kai
No, sorry. MCUXpresso IDE's built in SWO trace support only with LPC-Link2 (as built into the LPCXpresso54114 board) with our own CMSIS-DAP firmware. The trace data streamed over a dedicated USB endpoint under the control of a proprietary client. There is currently no user access to this data.
To do what you want, you would need to use a different (external) debug probe and software solution on the host to process/save the trace data.
Regards,
MCUXpresso IDE Support