Posts by thswg

    Hi

    I am trying to get Buffered Tracing (ETB) working with Ozone.

    I downloaded the sample project in the KB: https://kb.segger.com/Tracing_on_Atmel_ATSAME54

    If I flash and debug the sample, it generally works. I can resume and pause, and I see the Instruction Trace.
    But when I disconnect from the target and then at a later point Attach & Halt, the Instruction Trace is empty and does not show any data.
    (I also tried with the Embedded Studio, but here I also did not see valid data, only 0xFFFFFFF0 Addresses)

    Is this behavior expected/correct?
    I thought with ETB, I would be able to connect to a running target and inspect what was written to the trace-buffer while I was not connected with the debugger...

    Regards