[SOLVED] RTT data overlap

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] RTT data overlap

    Hello,

    I am trying to view my data output in RTT viewer. And after a fixed time interval, I have a data overlap in the viewer.
    Images
    • Screenshot 2023-01-16 133443.png

      41.45 kB, 951×658, viewed 98 times
  • Hi,
    This looks like you are having overflows of the RTT buffer.
    This happens when the device is sending data faster than the J-Link can retrieve it and
    the following modes are selected by the MCU application:
    - SEGGER_RTT_MODE_NO_BLOCK_SKIP
    - SEGGER_RTT_MODE_NO_BLOCK_TRIM

    You can improve this situation by e.g. increase the target interface speed in the configuration dialog.
    If this does not help, and the application is not time critical, you can also change the mode to:
    SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL

    Could you please check if this improves things?

    BR
    Fabian
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.