Measuring Precise Intervals

Sysprogs forums Forums VisualGDB Measuring Precise Intervals

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36271
    mattia
    Participant

    Hello,

    in your tutorial “Measuring Precise Intervals”, you speak about an ARM microcontroller. Is it possible to use also with RISC-V? And what about micro without the capability to read memory without stopping the normal flow (like ESP32 or other Xtensa microcontroller)?

    Thanks,

    Mattia Berton

    #36272
    support
    Keymaster

    Hi,

    The advanced tracing currently only works on ARM. It involves dynamically generating code that saves the selected variable values, and this is only supported on ARM now. But you can still use Chronometer on any target that has a cycle counter. You will just need to edit the chronometer definitions to tell VisualGDB how to read it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.