Hi,
Where can I find the difference between the debug and trace functionalities? What features are present in each?
Regards,
Prachi
Debug and trace are two different, but complementary things. Very briefly:
*EDIT*: Note that not all NXP Cortex-M3/M4 parts have the instruction trace capability as the ETM/ETB has not been implemented in the processor. So, LPC17, LPC15 and LPC13 do not have instruction trace, but the LPC18, LPC43 do.
You can find more information here
http://www.nxp.com/assets/documents/data/en/user-guides/LPCXpresso_IDE_Instruction_Trace.pdf
Hi,
This clarifies. Thank you.
Regards,
Prachi