[SOLVED] JLinkRTTLogger command line options

  • [SOLVED] JLinkRTTLogger command line options

    In the release notes, there's a point that command line options have been added to the JlinkRTTLogger CLI. However, I can't find any details of what the options are. Through trial and error, I figured out the following:
    * -device
    * -if (SWD|JTAG)

    I can't figure out the options for the Control Block, Speed or Channel name. Can you help point to the documentation or just let me know what all the available options are?

    Thanks!
    Alex
  • Hi Alex,


    sorry for the delay in response.
    You can call JLinkRTTLogger with the commandline option "-?", which will print a little help like as follows:

    C Source Code

    1. c:\Program Files (x86)\SEGGER\JLink_V615a>JLinkRTTLogger.exe -?
    2. SEGGER J-Link RTT Logger
    3. Compiled Mar 14 2017 15:06:07
    4. (c) 2016 SEGGER Microcontroller GmbH & Co. KG, www.segger.com
    5. Solutions for real time microcontroller applications
    6. ------------------------------------------------------------
    7. Available options:
    8. -Device <devicename>
    9. -If <ifname>
    10. -Speed <speed>
    11. -RTTAddress <RTTAddress>
    12. -RTTChannel <RTTChannel>
    13. <OutFilename>
    14. SEGGER J-Link RTT Logger is shutting down...
    Display All


    Additional, not listed commands are:
    -SelectEmuBySN <SN>


    We will update the documentation and the "-?" command accordingly.

    Best regards,
    Niklas
    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.
  • Hi Aley,


    thanks for the update.
    /Closed


    Best regards,
    Niklas
    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.