[SOLVED] RTT data overlap

  • 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: https://www.segger.com/ticket/

    Or you can contact us via e-mail.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!