This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Trace32 usage: onchip tracing

Hello everyone.

I'm trying to collect traces based on breakpoints. I am not sure if I am doing it right.

I try to collect traces between two breakpoints:

so i do something like

Break.Set   <breakpoint_to_start_tracing> /Program /TraceON

Break.Set   <breakpoint_to_stop_tracing> /Program /TraceOFF

But i could not make it work.

Is this right way to define trace moment (i can not catch event by Trace::Snapshot button)?

Thank you.